aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/menu.h')
-rw-r--r--engines/mortevielle/menu.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/engines/mortevielle/menu.h b/engines/mortevielle/menu.h
index a1b654ccaf..9afa99cfa8 100644
--- a/engines/mortevielle/menu.h
+++ b/engines/mortevielle/menu.h
@@ -75,32 +75,32 @@ public:
menuItem _inventoryMenu[9];
menuItem _moveMenu[8];
- int OPCODE_ATTACH;
- int OPCODE_WAIT;
- int OPCODE_FORCE;
- int OPCODE_SLEEP;
- int OPCODE_LISTEN;
- int OPCODE_ENTER;
- int OPCODE_CLOSE;
- int OPCODE_SEARCH;
- int OPCODE_KNOCK;
- int OPCODE_SCRATCH;
- int OPCODE_READ;
- int OPCODE_EAT;
- int OPCODE_PLACE;
- int OPCODE_OPEN;
- int OPCODE_TAKE;
- int OPCODE_LOOK;
- int OPCODE_SMELL;
- int OPCODE_SOUND;
- int OPCODE_LEAVE;
- int OPCODE_LIFT;
- int OPCODE_TURN;
- int OPCODE_SHIDE;
- int OPCODE_SSEARCH;
- int OPCODE_SREAD;
- int OPCODE_SPUT;
- int OPCODE_SLOOK;
+ int _opcodeAttach;
+ int _opcodeWait;
+ int _opcodeForce;
+ int _opcodeSleep;
+ int _opcodeListen;
+ int _opcodeEnter;
+ int _opcodeClose;
+ int _opcodeSearch;
+ int _opcodeKnock;
+ int _opcodeScratch;
+ int _opcodeRead;
+ int _opcodeEat;
+ int _opcodePlace;
+ int _opcodeOpen;
+ int _opcodeTake;
+ int _opcodeLook;
+ int _opcodeSmell;
+ int _opcodeSound;
+ int _opcodeLeave;
+ int _opcodeLift;
+ int _opcodeTurn;
+ int _opcodeSHide;
+ int _opcodeSSearch;
+ int _opcodeSRead;
+ int _opcodeSPut;
+ int _opcodeSLook;
menuItem _actionMenu[12];
void setParent(MortevielleEngine *vm);