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 waiter.cxx,1.15,1.16


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions waiter.cxx,1.15,1.16
Date: 15 Aug 2003 17:37:38 -0000

Update of /var/lib/cvs/Games/Pingus/src/actions
In directory dark:/tmp/cvs-serv15122/actions

Modified Files:
        waiter.cxx 
Log Message:
Slow down animation to make it look better.


Index: waiter.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/actions/waiter.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- waiter.cxx  15 Aug 2003 17:33:17 -0000      1.15
+++ waiter.cxx  15 Aug 2003 17:37:36 -0000      1.16
@@ -28,7 +28,7 @@
 Waiter::Waiter (Pingu* p)
   : PinguAction(p),
     countdown(2.0f),
-    sprite(PingusResource::load_surface("Pingus/waiter", "pingus"))
+    sprite(PingusResource::load_surface("Pingus/waiter", "pingus"), 5.0f)
 {
   sprite.set_align_center_bottom();
 }





reply via email to

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