[Scummvm-cvs-logs] CVS: scummvm/backends/dc dcmain.cpp,1.14.2.1,1.14.2.2

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Jul 28 15:26:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1:/tmp/cvs-serv15862

Modified Files:
      Tag: branch-0-5-0
	dcmain.cpp 
Log Message:
Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos).

Index: dcmain.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/dcmain.cpp,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- dcmain.cpp	28 Jul 2003 16:27:38 -0000	1.14.2.1
+++ dcmain.cpp	28 Jul 2003 22:25:12 -0000	1.14.2.2
@@ -44,7 +44,7 @@
 
 OSystem_Dreamcast::OSystem_Dreamcast()
   : screen(NULL), mouse(NULL), overlay(NULL), _ms_buf(NULL),
-    _sound_proc(NULL), _timer_active(false)
+    _sound_proc(NULL), _timer_active(false), _current_shake_pos(0)
 {
   memset(screen_tx, 0, sizeof(screen_tx));
   memset(mouse_tx, 0, sizeof(screen_tx));





More information about the Scummvm-git-logs mailing list