From dd84aaf648b57220180b84a9aa0825d16bcea5bc Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 10 May 2009 13:40:28 +0000 Subject: LOL: - added some spell casting (spark, heal, swarm) - fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420 --- engines/kyra/text_lol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/kyra/text_lol.h') diff --git a/engines/kyra/text_lol.h b/engines/kyra/text_lol.h index 776965117e..157e5a5852 100644 --- a/engines/kyra/text_lol.h +++ b/engines/kyra/text_lol.h @@ -50,7 +50,7 @@ public: void resetDimTextPositions(int dim); void printDialogueText(int dim, char *str, EMCState *script, const uint16 *paramList, int16 paramIndex); - void printMessage(uint16 type, char *str, ...); + void printMessage(uint16 type, const char *str, ...); int16 _scriptParameter; @@ -82,8 +82,8 @@ private: const char *_animString; int16 _animWidth; - uint8 _animColour1; - uint8 _animColour2; + uint8 _animColor1; + uint8 _animColor2; bool _animFlag; bool _printFlag; -- cgit v1.2.3