From 487e73bd218775dec22818477ad75dd230d97052 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 26 Dec 2011 19:27:20 +0100 Subject: KYRA: Merge Screen_Rpg with Screen (for now). This should(!) fix ARM compilation issues due to virtual inheritance. --- engines/kyra/text_rpg.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/kyra/text_rpg.cpp') diff --git a/engines/kyra/text_rpg.cpp b/engines/kyra/text_rpg.cpp index ca1fd04269..78206d3a06 100644 --- a/engines/kyra/text_rpg.cpp +++ b/engines/kyra/text_rpg.cpp @@ -24,7 +24,6 @@ #if defined(ENABLE_EOB) || defined(ENABLE_LOL) #include "kyra/kyra_rpg.h" -#include "kyra/screen_rpg.h" #include "kyra/timer.h" #include "common/system.h" @@ -35,7 +34,7 @@ enum { kEoBTextBufferSize = 2048 }; -TextDisplayer_rpg::TextDisplayer_rpg(KyraRpgEngine *engine, Screen_Rpg *scr) : _vm(engine), _screen(scr), +TextDisplayer_rpg::TextDisplayer_rpg(KyraRpgEngine *engine, Screen *scr) : _vm(engine), _screen(scr), _lineCount(0), _printFlag(false), _lineWidth(0), _numCharsTotal(0), _allowPageBreak(true), _numCharsLeft(0), _numCharsPrinted(0), _sjisLineBreakFlag(false), _waitButtonMode(1) { -- cgit v1.2.3