diff options
author | Max Horn | 2003-11-13 00:00:49 +0000 |
---|---|---|
committer | Max Horn | 2003-11-13 00:00:49 +0000 |
commit | 3a355e0763d1b966efc81d0255b8b3522afb2c00 (patch) | |
tree | d01ac0b490ab865e7a0117c25708ca519f733c03 /simon | |
parent | 9d89fe2b499cf8df9a1d8456d2d9b0bab7a46412 (diff) | |
download | scummvm-rg350-3a355e0763d1b966efc81d0255b8b3522afb2c00.tar.gz scummvm-rg350-3a355e0763d1b966efc81d0255b8b3522afb2c00.tar.bz2 scummvm-rg350-3a355e0763d1b966efc81d0255b8b3522afb2c00.zip |
fix compilation
svn-id: r11271
Diffstat (limited to 'simon')
-rw-r--r-- | simon/charset.cpp | 7 | ||||
-rw-r--r-- | simon/simon.cpp | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp index 9592320f2a..aba76f03d5 100644 --- a/simon/charset.cpp +++ b/simon/charset.cpp @@ -944,13 +944,6 @@ void SimonEngine::video_putchar_drawchar(FillOrCopyStruct *fcs, uint x, uint y, } // End of namespace Simon -static const byte *french_video_font; -static const byte *german_video_font; -static const byte *hebrew_video_font; -static const byte *italian_video_font; -static const byte *spanish_video_font; -static const byte *video_font; - #ifdef __PALM_OS__ #include "scumm_globals.h" diff --git a/simon/simon.cpp b/simon/simon.cpp index fa60da5b0d..8d50a8f03a 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -116,7 +116,7 @@ static const GameSpecificSettings *simon2win_settings; static const GameSpecificSettings *simon2mac_settings; static const GameSpecificSettings *simon2dos_settings; #else -#define PTR(a) &a; +#define PTR(a) &a static const GameSpecificSettings simon1_settings = { 1, // VGA_DELAY_BASE 1576 / 4, // TABLE_INDEX_BASE |