[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.41,1.42
Oliver Kiehl
olki at users.sourceforge.net
Sun May 25 15:20:01 CEST 2003
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv10147
Modified Files:
logic.cpp
Log Message:
fix last commit
Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- logic.cpp 25 May 2003 22:05:09 -0000 1.41
+++ logic.cpp 25 May 2003 22:19:00 -0000 1.42
@@ -1765,6 +1765,7 @@
y <<= 2;
_scriptVariables[RESULT] = eyeTable[x + y] + S91;
+ return 1;
}
uint32 SkyLogic::fnCursorUp(uint32 a, uint32 b, uint32 c) {
More information about the Scummvm-git-logs
mailing list