diff options
author | Filippos Karapetis | 2008-01-07 08:44:19 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-01-07 08:44:19 +0000 |
commit | 4fb5f9274d67c20cd596941867a294b92df1dfbc (patch) | |
tree | 5d2b2e2bad3ad80f53adaaac51b40174e2101e90 /engines/saga | |
parent | f3b99816c6f79f4776307727aa1d9e8a5c36389f (diff) | |
download | scummvm-rg350-4fb5f9274d67c20cd596941867a294b92df1dfbc.tar.gz scummvm-rg350-4fb5f9274d67c20cd596941867a294b92df1dfbc.tar.bz2 scummvm-rg350-4fb5f9274d67c20cd596941867a294b92df1dfbc.zip |
Removed some obsolete defines
svn-id: r30320
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/console.cpp | 2 | ||||
-rw-r--r-- | engines/saga/saga.h | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/engines/saga/console.cpp b/engines/saga/console.cpp index 4b62ec3bc4..87e825272d 100644 --- a/engines/saga/console.cpp +++ b/engines/saga/console.cpp @@ -54,6 +54,8 @@ Console::Console(SagaEngine *vm) : GUI::Debugger() { // Game stuff #if 0 + #define MAXPATH 512 + // Register "g_language" cfg cvar strncpy(GameModule.game_language, "us", MAXPATH); diff --git a/engines/saga/saga.h b/engines/saga/saga.h index 8143c2270e..154ef766df 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -64,14 +64,9 @@ struct StringList; using Common::MemoryReadStream; using Common::MemoryReadStreamEndian; -//#define MIN_IMG_RLECODE 3 -//#define MODEX_SCANLINE_LIMIT 200 //TODO: remove - #define SAGA_IMAGE_DATA_OFFSET 776 #define SAGA_IMAGE_HEADER_LEN 8 -#define MAXPATH 512 //TODO: remove - // Note that IHNM has a smaller save title size than ITE // We allocate the ITE save title size in savegames, to // preserve savegame backwards compatibility. We only check |