mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
fixed badly commit
svn-id: r10244
This commit is contained in:
parent
398af102a1
commit
199e9632b8
@ -317,6 +317,8 @@ protected:
|
||||
};
|
||||
|
||||
const OpcodeEntryV6 *_opcodesV6;
|
||||
|
||||
File _hFileTable[17];
|
||||
|
||||
public:
|
||||
Scumm_v6(GameDetector *detector, OSystem *syst) : Scumm(detector, syst)
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user