fixed badly commit

svn-id: r10244
This commit is contained in:
Paweł Kołodziejski 2003-09-13 21:04:47 +00:00
parent 398af102a1
commit 199e9632b8
2 changed files with 3 additions and 2 deletions

View File

@ -317,6 +317,8 @@ protected:
};
const OpcodeEntryV6 *_opcodesV6;
File _hFileTable[17];
public:
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)

View File

@ -2371,8 +2371,7 @@ void Scumm_v6::o6_setBlastObjectWindow() {
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() {