mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Proper implementation of o1_allowSystemMenu()
svn-id: r24750
This commit is contained in:
parent
d6e67af247
commit
315c286bea
@ -1774,8 +1774,8 @@ void o1_playSample() {
|
||||
void o1_allowSystemMenu() {
|
||||
byte param = getNextByte();
|
||||
|
||||
debugC(5, kCineDebugScript, "Line: %d: OP79 load var22 to %d -> TODO", _currentLine, param);
|
||||
var22 = param;
|
||||
debugC(5, kCineDebugScript, "Line: %d: allowSystemMenu(%d)", _currentLine, param);
|
||||
allowSystemMenu = param;
|
||||
}
|
||||
|
||||
void o1_loadMask5() {
|
||||
|
@ -2716,8 +2716,6 @@ void removeExtention(char *dest, const char *source) {
|
||||
}
|
||||
}
|
||||
|
||||
uint16 var22;
|
||||
|
||||
uint16 defaultMenuBoxColor2;
|
||||
|
||||
uint16 zoneData[NUM_MAX_ZONE];
|
||||
|
@ -151,8 +151,6 @@ extern uint16 exitEngine;
|
||||
|
||||
void hideMouse(void);
|
||||
|
||||
extern uint16 var22;
|
||||
|
||||
void removeExtention(char *dest, const char *source);
|
||||
|
||||
struct selectedObjStruct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user