[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.78,1.79
Max Horn
fingolfin at users.sourceforge.net
Thu May 15 13:48:07 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv12661
Modified Files:
script_v5.cpp
Log Message:
added comment
Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- script_v5.cpp 14 May 2003 20:37:53 -0000 1.78
+++ script_v5.cpp 15 May 2003 20:47:31 -0000 1.79
@@ -636,8 +636,11 @@
i = getVarOrDirectByte(0x80);
j = getVarOrDirectByte(0x40);
// cursor image in both Looms is based on image from charset
- // omit for now
+ // omit for now.
+ // FIXME: Actually: is this opcode ever called by a non-Loom game?
+ // Which V3-V5 game besides Loom makes use of custom cursors, ever?
if ((_gameId != GID_LOOM256) && (_gameId != GID_LOOM)) {
+ warning("setCursorImg called - tell Fingolfin where you saw this!");
setCursorImg(i, j, 1);
}
break;
More information about the Scummvm-git-logs
mailing list