diff options
-rw-r--r-- | engines/kyra/lol.h | 1 | ||||
-rw-r--r-- | engines/kyra/script_lol.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h index f7fe2c5c28..fa66f996bc 100644 --- a/engines/kyra/lol.h +++ b/engines/kyra/lol.h @@ -1439,7 +1439,6 @@ private: void stunCharacter(int charNum); void restoreSwampPalette(); - void distObj1Sub(int a, int b, int c, int d); void launchMagicViper(); void breakIceWall(uint8 *pal1, uint8 *pal2); diff --git a/engines/kyra/script_lol.cpp b/engines/kyra/script_lol.cpp index 3b45d667ef..de431fadf0 100644 --- a/engines/kyra/script_lol.cpp +++ b/engines/kyra/script_lol.cpp @@ -2990,7 +2990,7 @@ void LoLEngine::setupOpcodeTable() { Opcode(olol_queueSpeech); Opcode(olol_getItemPrice); Opcode(olol_getLanguage); - OpcodeUnImpl(); + Opcode(olol_dummy0); Common::Array<const TIMOpcode*> *timTable = 0; |