[Scummvm-cvs-logs] SF.net SVN: scummvm: [30320] scummvm/trunk/engines/saga
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Jan 7 09:44:19 CET 2008
Revision: 30320
http://scummvm.svn.sourceforge.net/scummvm/?rev=30320&view=rev
Author: thebluegr
Date: 2008-01-07 00:44:19 -0800 (Mon, 07 Jan 2008)
Log Message:
-----------
Removed some obsolete defines
Modified Paths:
--------------
scummvm/trunk/engines/saga/console.cpp
scummvm/trunk/engines/saga/saga.h
Modified: scummvm/trunk/engines/saga/console.cpp
===================================================================
--- scummvm/trunk/engines/saga/console.cpp 2008-01-07 08:43:20 UTC (rev 30319)
+++ scummvm/trunk/engines/saga/console.cpp 2008-01-07 08:44:19 UTC (rev 30320)
@@ -54,6 +54,8 @@
// Game stuff
#if 0
+ #define MAXPATH 512
+
// Register "g_language" cfg cvar
strncpy(GameModule.game_language, "us", MAXPATH);
Modified: scummvm/trunk/engines/saga/saga.h
===================================================================
--- scummvm/trunk/engines/saga/saga.h 2008-01-07 08:43:20 UTC (rev 30319)
+++ scummvm/trunk/engines/saga/saga.h 2008-01-07 08:44:19 UTC (rev 30320)
@@ -64,14 +64,9 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list