fixed badly commit
svn-id: r10244
This commit is contained in:
parent
398af102a1
commit
199e9632b8
2 changed files with 3 additions and 2 deletions
|
@ -317,6 +317,8 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
const OpcodeEntryV6 *_opcodesV6;
|
const OpcodeEntryV6 *_opcodesV6;
|
||||||
|
|
||||||
|
File _hFileTable[17];
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)
|
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)
|
||||||
|
|
|
@ -2371,8 +2371,7 @@ void Scumm_v6::o6_setBlastObjectWindow() {
|
||||||
b = pop();
|
b = pop();
|
||||||
a = pop();
|
a = pop();
|
||||||
|
|
||||||
warning("o6_bompWindow(%d, %d, %d, %d)", a, b, c, d);
|
warning("o6_setBlastObjectWindow(%d, %d, %d, %d)", a, b, c, d);
|
||||||
// sub_274EF(a, b, c, d);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Scumm_v6::o6_kernelSetFunctions() {
|
void Scumm_v6::o6_kernelSetFunctions() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue