Removed some obsolete defines
svn-id: r30320
This commit is contained in:
parent
f3b99816c6
commit
4fb5f9274d
2 changed files with 2 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue