diff options
-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 |