pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src credits.cxx,1.4,1.5


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src credits.cxx,1.4,1.5
Date: 16 Aug 2002 18:13:06 -0000

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

Modified Files:
        credits.cxx 
Log Message:
operator != is not an assignment operator


Index: credits.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/credits.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- credits.cxx 16 Aug 2002 17:15:31 -0000      1.4
+++ credits.cxx 16 Aug 2002 18:13:04 -0000      1.5
@@ -188,7 +188,7 @@
 void
 Credits::on_fast_forward_press ()
 {
-  fast_scrolling != fast_scrolling;
+  fast_scrolling = ! fast_scrolling;
 }
 
 void





reply via email to

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