From f24394b85f5d34815659c50cd956c262f4b79d68 Mon Sep 17 00:00:00 2001 From: Andrew Kurushin Date: Fri, 22 Oct 2010 23:13:17 +0000 Subject: SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_songTable, ObjectMap::*, PalAnim::*, Scene::sceneLut, SndRes::_fxTable* malloc based arrays with Common::Array implementation add ByteArray type fix debug Tile Hittest frame drawing debug 0x%x => 0x%X svn-id: r53719 --- engines/saga/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/saga/detection.cpp') diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index 7913291527..edfafff70a 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -259,7 +259,7 @@ SaveStateDescriptor SagaMetaEngine::querySaveMetaInfos(const char *target, int s version = SWAP_BYTES_32(version); } - debug(2, "Save version: %x", version); + debug(2, "Save version: 0x%X", version); if (version < 4) warning("This savegame is not endian-safe. There may be problems"); -- cgit v1.2.3