aboutsummaryrefslogtreecommitdiff
path: root/smush.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-07-12 05:25:32 +0000
committerPaweł Kołodziejski2002-07-12 05:25:32 +0000
commitbf142bccdfd6326217c2964ad668a21350d0b3ff (patch)
tree9ef0a140dcec99761f92362602b6cce822e0698d /smush.h
parent0128dd0aa66ce1a7c950c5dea274f48f72518915 (diff)
downloadscummvm-rg350-bf142bccdfd6326217c2964ad668a21350d0b3ff.tar.gz
scummvm-rg350-bf142bccdfd6326217c2964ad668a21350d0b3ff.tar.bz2
scummvm-rg350-bf142bccdfd6326217c2964ad668a21350d0b3ff.zip
corrected colors in SMUSH animations
svn-id: r4518
Diffstat (limited to 'smush.h')
-rw-r--r--smush.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/smush.h b/smush.h
index d9d140393f..cd325da5d7 100644
--- a/smush.h
+++ b/smush.h
@@ -63,8 +63,6 @@ struct SmushPlayer {
byte * _fonts[SP_MAX_FONTS];
byte * _buffer_tres;
- uint8 _c_font;
- uint8 _c_color;
PersistentCodecData37 pcd37;
@@ -75,8 +73,8 @@ struct SmushPlayer {
byte * loadTres();
void loadFonts();
byte * getStringTRES(int32 number);
- void drawStringTRES(uint32 x, uint32 y, uint8 color, byte * txt);
- void drawCharTRES(uint32 * x, uint32 y, uint32 c_line, uint8 color, uint8 txt);
+ void drawStringTRES(uint32 x, uint32 y, byte * txt);
+ void drawCharTRES(uint32 * x, uint32 y, uint32 c_line, uint8 c_font, uint8 color, uint8 txt);
/* PSAD: Full Throttle audio */
uint32 _saudSize[8], _saudSubSize[8];