pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions faller.cxx,1.13,1.14 faller.h


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions faller.cxx,1.13,1.14 faller.hxx,1.8,1.9
Date: 13 Aug 2002 18:44:52 -0000

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

Modified Files:
        faller.cxx faller.hxx 
Log Message:
 added action-axis to the controller to avoid a crash

Index: faller.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- faller.cxx  2 Jul 2002 13:36:06 -0000       1.13
+++ faller.cxx  13 Aug 2002 18:44:50 -0000      1.14
@@ -17,6 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <math.h>
+
 #include "../col_map.hxx"
 #include "../globals.hxx"
 #include "../force_vector.hxx"

Index: faller.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.hxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- faller.hxx  12 Aug 2002 22:52:04 -0000      1.8
+++ faller.hxx  13 Aug 2002 18:44:50 -0000      1.9
@@ -20,10 +20,6 @@
 #ifndef HEADER_PINGUS_ACTIONS_FALLER_HXX
 #define HEADER_PINGUS_ACTIONS_FALLER_HXX
 
-#ifdef WIN32
-#include <math.h>
-#endif
-
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"
 





reply via email to

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