[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.85,2.86
Travis Howell
kirben at users.sourceforge.net
Tue May 20 21:10:07 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.67,1.68
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.68,1.69 midi.cpp,1.34,1.35 midi.h,1.12,1.13 vga.cpp,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv25335
Modified Files:
script_v2.cpp
Log Message:
Add Zak v2 doSentence fix, patch #740878
Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.85
retrieving revision 2.86
diff -u -d -r2.85 -r2.86
--- script_v2.cpp 20 May 2003 20:58:24 -0000 2.85
+++ script_v2.cpp 21 May 2003 04:09:20 -0000 2.86
@@ -826,12 +826,12 @@
SentenceTab *st;
a = getVarOrDirectByte(0x80);
- if (a == 0xFB) {
+ if (a == 0xFC) {
_sentenceNum = 0;
stopScript(SENTENCE_SCRIPT);
return;
}
- if (a == 0xFC) {
+ if (a == 0xFB) {
resetSentence();
return;
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.67,1.68
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.68,1.69 midi.cpp,1.34,1.35 midi.h,1.12,1.13 vga.cpp,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list