[Scummvm-cvs-logs] CVS: scummvm/scumm/smush insane.cpp,1.10,1.11
Eugene Sandulenko
sev at users.sourceforge.net
Fri Dec 12 20:13:02 CET 2003
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv17497
Modified Files:
insane.cpp
Log Message:
o Fix bug which crashed scummvm in some cases
Index: insane.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/insane.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- insane.cpp 13 Dec 2003 03:40:54 -0000 1.10
+++ insane.cpp 13 Dec 2003 04:11:42 -0000 1.11
@@ -47,7 +47,7 @@
// tovista2.san
// TODO:
-// o Fix wrong enemy animation
+// o Check why ftmacdemo doesn't finish insane scene
// o Proper SAN seeking/switching. Now it just crashes
// o TRS file support. Everything is in place, I just need to figure out function parameters
// o FLU files support
@@ -4790,7 +4790,7 @@
if (tmp != -1) {
_actor[tmp].field_54 = 1;
_actor[tmp].act[3].state = 117;
- _actor[tmp].scenePropSubIdx = scenePropNum;
+ _actor[tmp].scenePropSubIdx = _currScenePropSubIdx;
}
}
More information about the Scummvm-git-logs
mailing list