From 8a29adab6fc432d3f265fc692dd9f2c52848c625 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Mon, 14 Sep 2009 22:24:30 +0000 Subject: LOL: fix some regressions svn-id: r44092 --- engines/kyra/lol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/lol.h') diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h index 496bac3370..00e509aa16 100644 --- a/engines/kyra/lol.h +++ b/engines/kyra/lol.h @@ -744,7 +744,7 @@ private: int olol_characterSkillTest(EMCState *script); int olol_countAllMonsters(EMCState *script); int olol_playEndSequence(EMCState *script); - int olol_stopCharacterSpeech(EMCState *script); + int olol_updatePortraits(EMCState *script); int olol_setPaletteBrightness(EMCState *script); int olol_calcInflictableDamage(EMCState *script); int olol_getInflictedDamage(EMCState *script); -- cgit v1.2.3