diff options
author | Florian Kagerer | 2010-01-01 23:57:16 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-01-01 23:57:16 +0000 |
commit | 998d511eeb6d34825dbfc110cacf83dc5e453c74 (patch) | |
tree | cd3c9c4a2b2f4d8f26afb139d1bd320d26cca8e6 /engines/kyra | |
parent | 8407b4d723b7e0b88960a55308ba88db6a3ed3a0 (diff) | |
download | scummvm-rg350-998d511eeb6d34825dbfc110cacf83dc5e453c74.tar.gz scummvm-rg350-998d511eeb6d34825dbfc110cacf83dc5e453c74.tar.bz2 scummvm-rg350-998d511eeb6d34825dbfc110cacf83dc5e453c74.zip |
LOL: cleanup
svn-id: r46866
Diffstat (limited to 'engines/kyra')
-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; |