aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.h')
-rw-r--r--engines/toon/toon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/toon/toon.h b/engines/toon/toon.h
index cfb12a7716..1d693873f6 100644
--- a/engines/toon/toon.h
+++ b/engines/toon/toon.h
@@ -33,7 +33,6 @@
#include "toon/state.h"
#include "toon/picture.h"
#include "toon/anim.h"
-#include "toon/subtitles.h"
#include "toon/movie.h"
#include "toon/font.h"
#include "toon/text.h"
@@ -212,7 +211,7 @@ public:
void playRoomMusic();
void waitForScriptStep();
void doMagnifierEffect();
- void drawCustomText(int16 x, int16 y, char *line, Graphics::Surface *frame, char color);
+ void drawCustomText(int16 x, int16 y, char *line, Graphics::Surface *frame, byte color);
bool canSaveGameStateCurrently();
bool canLoadGameStateCurrently();
void pauseEngineIntern(bool pause);