pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src action_button.cxx,1.23,1.24


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src action_button.cxx,1.23,1.24
Date: 5 Dec 2002 20:38:12 -0000

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

Modified Files:
        action_button.cxx 
Log Message:
- applied Gervases Miner patch
- added some UNUSED_ARG calls


Index: action_button.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/action_button.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- action_button.cxx   1 Dec 2002 21:45:14 -0000       1.23
+++ action_button.cxx   5 Dec 2002 20:38:09 -0000       1.24
@@ -75,6 +75,7 @@
 ActionButton::update(float delta)
 {
   sprite.update(0.010f); // FIXME: Dirty hack
+  UNUSED_ARG(delta);
 }
 
 ActionName





reply via email to

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