[Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.112,2.113 script_v6.cpp,1.194,1.195
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sat Sep 13 14:05:04 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv16696
Modified Files:
intern.h script_v6.cpp
Log Message:
fixed badly commit
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/intern.h,v
retrieving revision 2.112
retrieving revision 2.113
diff -u -d -r2.112 -r2.113
--- intern.h 13 Sep 2003 20:54:12 -0000 2.112
+++ intern.h 13 Sep 2003 21:04:47 -0000 2.113
@@ -317,6 +317,8 @@
};
const OpcodeEntryV6 *_opcodesV6;
+
+ File _hFileTable[17];
public:
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)
Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- script_v6.cpp 13 Sep 2003 20:54:12 -0000 1.194
+++ script_v6.cpp 13 Sep 2003 21:04:47 -0000 1.195
@@ -2371,8 +2371,7 @@
b = pop();
a = pop();
- warning("o6_bompWindow(%d, %d, %d, %d)", a, b, c, d);
- // sub_274EF(a, b, c, d);
+ warning("o6_setBlastObjectWindow(%d, %d, %d, %d)", a, b, c, d);
}
void Scumm_v6::o6_kernelSetFunctions() {
More information about the Scummvm-git-logs
mailing list