[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.40,1.41
Travis Howell
kirben at users.sourceforge.net
Thu Oct 31 04:12:02 CET 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.39,1.40
- Next message: [Scummvm-cvs-logs] CVS: tools simon2mp3.c,NONE,1.1 Makefile,1.3,1.4 Makefile.mingw,1.2,1.3 readme.txt,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv13355/simon
Modified Files:
simon.cpp
Log Message:
Revert earlier change since it causes more movements problems.
Add a fixme comment instead.
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- simon.cpp 31 Oct 2002 09:38:02 -0000 1.40
+++ simon.cpp 31 Oct 2002 12:11:34 -0000 1.41
@@ -2883,10 +2883,11 @@
uint x_diff, y_diff;
uint best_i = 0, best_j = 0, best_dist = 0xFFFFFFFF;
+/* FIXME */
/* Causes movement problems in Simon 2 games, often unable to move left */
-// if (_game & GAME_SIMON2) {
-// x += _x_scroll * 8;
-// }
+ if (_game & GAME_SIMON2) {
+ x += _x_scroll * 8;
+ }
prev_i = 21 - _variableArray[12];
for (i = 20; i != 0; --i) {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.39,1.40
- Next message: [Scummvm-cvs-logs] CVS: tools simon2mp3.c,NONE,1.1 Makefile,1.3,1.4 Makefile.mingw,1.2,1.3 readme.txt,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list