aboutsummaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorMax Horn2002-08-18 16:21:34 +0000
committerMax Horn2002-08-18 16:21:34 +0000
commitb204c21c32d9c55cf0f6542909d3cd8ae2d70cc2 (patch)
treea0ff00e7b564a9c839d731c3b54885296b1ee7cc /wince
parent89cf95ce34fc5c9ae613f0f581cacea8d369fce3 (diff)
downloadscummvm-rg350-b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2.tar.gz
scummvm-rg350-b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2.tar.bz2
scummvm-rg350-b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2.zip
trying to clean up the Simon code - gee this is a *BIG* mess! Argh!
svn-id: r4756
Diffstat (limited to 'wince')
-rw-r--r--wince/pocketpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/pocketpc.cpp b/wince/pocketpc.cpp
index f2a9629adb..407c984e4f 100644
--- a/wince/pocketpc.cpp
+++ b/wince/pocketpc.cpp
@@ -59,7 +59,7 @@ typedef void SoundProc(void *param, byte *buf, int len);
GameDetector detector;
Gui gui;
Scumm *g_scumm;
-extern SimonState *g_simon;
+SimonState *g_simon;
OSystem *g_system;
SoundMixer *g_mixer;
Config *scummcfg;