projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619028b
)
CometParticleSystem include fix
author
Mathnerd314
<man.is.allan@gmail.com>
Fri, 12 Feb 2010 05:29:50 +0000
(
05:29
+0000)
committer
Mathnerd314
<man.is.allan@gmail.com>
Fri, 12 Feb 2010 05:29:50 +0000
(
05:29
+0000)
SVN-Revision: 6324
src/object/comet_particle_system.hpp
patch
|
blob
|
history
diff --git
a/src/object/comet_particle_system.hpp
b/src/object/comet_particle_system.hpp
index
460ef0d
..
2042c92
100644
(file)
--- a/
src/object/comet_particle_system.hpp
+++ b/
src/object/comet_particle_system.hpp
@@
-21,7
+21,7
@@
#include "object/particlesystem_interactive.hpp"
#include "video/surface_ptr.hpp"
-#include "
src/
video/drawing_request.hpp" /* LAYER_BACKGROUND1 */
+#include "video/drawing_request.hpp" /* LAYER_BACKGROUND1 */
class CometParticleSystem : public ParticleSystem_Interactive
{