parent
3f82a451ef
commit
d768edcd3a
3 changed files with 8 additions and 8 deletions
|
@ -167,7 +167,7 @@ void AGOSEngine_Waxworks::setupOpcodes() {
|
|||
OPCODE(o_cls),
|
||||
/* 104 */
|
||||
OPCODE(o_closeWindow),
|
||||
OPCODE(oww_menu),
|
||||
OPCODE(oe2_menu),
|
||||
OPCODE(oww_textMenu),
|
||||
OPCODE(o_addBox),
|
||||
/* 108 */
|
||||
|
@ -355,11 +355,6 @@ void AGOSEngine_Waxworks::oww_whereTo() {
|
|||
_objectItem = derefItem(getExitOf(i, d));
|
||||
}
|
||||
|
||||
void AGOSEngine_Waxworks::oww_menu() {
|
||||
// 105: set agos menu
|
||||
_agosMenu = getVarOrByte();
|
||||
}
|
||||
|
||||
void AGOSEngine_Waxworks::oww_textMenu() {
|
||||
// 106: set text menu
|
||||
byte slot = getVarOrByte();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue