pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src sprite.cxx,1.12,1.13


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src sprite.cxx,1.12,1.13
Date: 28 Dec 2002 16:31:39 -0000

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

Modified Files:
        sprite.cxx 
Log Message:
fixed a bug


Index: sprite.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sprite.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sprite.cxx  28 Dec 2002 16:10:17 -0000      1.12
+++ sprite.cxx  28 Dec 2002 16:31:37 -0000      1.13
@@ -218,7 +218,7 @@
 Sprite::update ()
 {
   // FIXME: game_speed is incorrect, but should work
-  update(1.0f/float(game_speed));
+  update(game_speed / 1000.0f);
 }
 
 void




reply via email to

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