pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs rain_generator.cxx,1.7,1.8


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs rain_generator.cxx,1.7,1.8 smasher.cxx,1.16,1.17
Date: 18 Feb 2003 15:04:50 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldobjs
In directory dark:/tmp/cvs-serv29564/worldobjs

Modified Files:
        rain_generator.cxx smasher.cxx 
Log Message:
- moved sound stuff into its own subdirectory
- fixed memory hole in sound code, another one is still there


Index: rain_generator.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/rain_generator.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rain_generator.cxx  28 Dec 2002 16:10:18 -0000      1.7
+++ rain_generator.cxx  18 Feb 2003 15:04:47 -0000      1.8
@@ -20,7 +20,7 @@
 #include <iostream>
 #include <ClanLib/Display/Display/display.h>
 #include "../particles/rain_particle_holder.hxx"
-#include "../sound.hxx"
+#include "../sound/sound.hxx"
 #include "../world.hxx"
 #include "../graphic_context.hxx"
 #include "rain_generator.hxx"

Index: smasher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/smasher.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- smasher.cxx 27 Jan 2003 22:14:52 -0000      1.16
+++ smasher.cxx 18 Feb 2003 15:04:47 -0000      1.17
@@ -25,7 +25,7 @@
 #include "../pingu.hxx"
 #include "../pingu_holder.hxx"
 #include "../pingus_resource.hxx"
-#include "../sound.hxx"
+#include "../sound/sound.hxx"
 #include "../world.hxx"
 #include "../worldobjsdata/smasher_data.hxx"
 #include "smasher.hxx"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]