Fix bug #1746107 - Elvira 2: Crash Catacombs lev2.

svn-id: r27842
This commit is contained in:
Travis Howell 2007-07-01 23:57:49 +00:00
parent 3f82a451ef
commit d768edcd3a
3 changed files with 8 additions and 8 deletions

View file

@ -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();