diff options
author | Eugene Sandulenko | 2006-09-29 08:14:27 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-09-29 08:14:27 +0000 |
commit | 8e2c703baba570b18aec9d871fdc8ee7efe49e57 (patch) | |
tree | f75cab4641be96daacec06e47167dbe075f642f5 /backends/platform/PalmOS/Src/scumm_globals.cpp | |
parent | 3d71f16b47c8af0f69c1f25af0eaa69f67a9beba (diff) | |
download | scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.gz scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.bz2 scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.zip |
First pahse of renaming simon engine to agos. Internal renames. Compilation
is broken
svn-id: r24008
Diffstat (limited to 'backends/platform/PalmOS/Src/scumm_globals.cpp')
-rw-r--r-- | backends/platform/PalmOS/Src/scumm_globals.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/backends/platform/PalmOS/Src/scumm_globals.cpp b/backends/platform/PalmOS/Src/scumm_globals.cpp index a8fc5c67a6..b394fb0e86 100644 --- a/backends/platform/PalmOS/Src/scumm_globals.cpp +++ b/backends/platform/PalmOS/Src/scumm_globals.cpp @@ -47,10 +47,10 @@ static void GlbInitAll() { CALL_INIT(PlayerV2) CALL_INIT(Scumm_md5table) #endif -#ifndef DISABLE_SIMON - CALL_INIT(Simon_Simon) - CALL_INIT(Simon_Cursor) - CALL_INIT(Simon_Charset) +#ifndef DISABLE_AGOS + CALL_INIT(AGOS_AGOS) + CALL_INIT(AGOS_Cursor) + CALL_INIT(AGOS_Charset) #endif #ifndef DISABLE_SKY CALL_INIT(Sky_Hufftext) @@ -88,10 +88,10 @@ static void GlbReleaseAll() { CALL_RELEASE(PlayerV2) CALL_RELEASE(Scumm_md5table) #endif -#ifndef DISABLE_SIMON - CALL_RELEASE(Simon_Simon) - CALL_RELEASE(Simon_Cursor) - CALL_RELEASE(Simon_Charset) +#ifndef DISABLE_AGOS + CALL_RELEASE(AGOS_AGOS) + CALL_RELEASE(AGOS_AGOS) + CALL_RELEASE(AGOS_AGOS) #endif #ifndef DISABLE_SKY CALL_RELEASE(Sky_Hufftext) |