pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src playfield.cxx,1.3,1.4


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src playfield.cxx,1.3,1.4
Date: 18 Jun 2002 14:16:36 -0000

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

Modified Files:
        playfield.cxx 
Log Message:
initialize current_view to a reasonable default in constructor


Index: playfield.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/playfield.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- playfield.cxx       17 Jun 2002 15:45:26 -0000      1.3
+++ playfield.cxx       18 Jun 2002 14:16:34 -0000      1.4
@@ -32,7 +32,7 @@
 
 Playfield::Playfield(PLF* level_data, World* w,
                     Controller* arg_controller)
-  : controller (arg_controller)
+  : current_view(0), controller (arg_controller)
 {
   world = w;
   mouse_scrolling = false;




reply via email to

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