[Scummvm-cvs-logs] CVS: scummvm/backends/x11 x11.cpp,1.7,1.8
Lionel Ulmer
bbrox at users.sourceforge.net
Wed Nov 13 08:29:24 CET 2002
Update of /cvsroot/scummvm/scummvm/backends/x11
In directory usw-pr-cvs1:/tmp/cvs-serv12842/backends/x11
Modified Files:
x11.cpp
Log Message:
Some other inits added to prepare for the 'new / delete' overloading
removal.
Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/x11/x11.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- x11.cpp 13 Nov 2002 15:14:08 -0000 1.7
+++ x11.cpp 13 Nov 2002 15:44:33 -0000 1.8
@@ -322,7 +322,7 @@
current_shake_pos = 0;
new_shake_pos = 0;
_palette_changed = false;
- num_of_dirty_square = MAX_NUMBER_OF_DIRTY_SQUARES;
+ num_of_dirty_square = 0;
_overlay_visible = false;
_mouse_state_changed = true;
_mouse_visible = true;
More information about the Scummvm-git-logs
mailing list