From 3a355e0763d1b966efc81d0255b8b3522afb2c00 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 13 Nov 2003 00:00:49 +0000 Subject: fix compilation svn-id: r11271 --- simon/charset.cpp | 7 ------- simon/simon.cpp | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'simon') 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 -- cgit v1.2.3