aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lol.h
diff options
context:
space:
mode:
authorathrxx2011-12-17 22:39:11 +0100
committerJohannes Schickel2011-12-26 16:18:16 +0100
commit60330556ff5bf319db7815e6f3c635bc98edecc5 (patch)
tree99fb53e89ea5dc9897cc0eee8d8d1b866ec287f2 /engines/kyra/text_lol.h
parent8716ed1703f55b4c0e33a87cf40b65d06151c641 (diff)
downloadscummvm-rg350-60330556ff5bf319db7815e6f3c635bc98edecc5.tar.gz
scummvm-rg350-60330556ff5bf319db7815e6f3c635bc98edecc5.tar.bz2
scummvm-rg350-60330556ff5bf319db7815e6f3c635bc98edecc5.zip
KYRA: (EOB/LOL) - move eob/lol specific screen code to new class
Diffstat (limited to 'engines/kyra/text_lol.h')
-rw-r--r--engines/kyra/text_lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/text_lol.h b/engines/kyra/text_lol.h
index 6da217e30e..baf0f2f2c5 100644
--- a/engines/kyra/text_lol.h
+++ b/engines/kyra/text_lol.h
@@ -51,7 +51,7 @@ public:
private:
KyraRpgEngine *vm();
- Screen *screen();
+ Screen_Rpg *screen();
void preprocessString(char *str, EMCState *script, const uint16 *paramList, int16 paramIndex);
void textPageBreak();