Add more fixes for Elvira 1

svn-id: r24547
This commit is contained in:
Travis Howell 2006-10-28 03:29:58 +00:00
parent 10478617c6
commit 4b46821ffb
8 changed files with 40 additions and 44 deletions

View file

@ -46,6 +46,7 @@ void AGOSEngine::setupElvira2Opcodes(OpcodeProc *op) {
op[73] = &AGOSEngine::oe2_pObj;
op[74] = &AGOSEngine::oe1_pName;
op[75] = &AGOSEngine::oe1_pcName;
op[79] = &AGOSEngine::oe1_isCalled;
op[83] = &AGOSEngine::oe1_rescan;
op[89] = &AGOSEngine::oe1_loadGame;
op[94] = &AGOSEngine::oe1_findMaster;