From 998d511eeb6d34825dbfc110cacf83dc5e453c74 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Fri, 1 Jan 2010 23:57:16 +0000 Subject: LOL: cleanup svn-id: r46866 --- engines/kyra/lol.h | 1 - engines/kyra/script_lol.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/kyra') 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 *timTable = 0; -- cgit v1.2.3