aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-12-29 15:38:16 +0000
committerRobert Göffringmann2003-12-29 15:38:16 +0000
commit1c06aebe3993e1484b6f0479a254325e5f32df80 (patch)
tree3f6fd734e449f4658f516125170a0a612602df74 /sword1/control.h
parentea39ef6d7dbc70198e7312770abe5ffd2000c530 (diff)
downloadscummvm-rg350-1c06aebe3993e1484b6f0479a254325e5f32df80.tar.gz
scummvm-rg350-1c06aebe3993e1484b6f0479a254325e5f32df80.tar.bz2
scummvm-rg350-1c06aebe3993e1484b6f0479a254325e5f32df80.zip
made control panel use the correct fonts
svn-id: r12010
Diffstat (limited to 'sword1/control.h')
-rw-r--r--sword1/control.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword1/control.h b/sword1/control.h
index 677ca869e3..693ffaffb5 100644
--- a/sword1/control.h
+++ b/sword1/control.h
@@ -115,8 +115,7 @@ private:
SwordMouse *_mouse;
SwordMusic *_music;
char _savePath[256];
- uint8 *_font;
- uint32 _fontId;
+ uint8 *_font, *_redFont;
uint8 *_screenBuf;
uint8 _keyPressed;
void delay(uint32 msecs);