From 0eb7e52490b3b7c66f68e65d65a9880fa7e13492 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 2 Aug 2014 19:04:41 +0200 Subject: CGE2: Update comment concerning a workaround for a non-fixable issue --- engines/cge2/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cge2/fileio.cpp b/engines/cge2/fileio.cpp index 41ea1c1105..73b6cdab54 100644 --- a/engines/cge2/fileio.cpp +++ b/engines/cge2/fileio.cpp @@ -157,7 +157,7 @@ BtKeypack *ResourceManager::find(const char *key) { break; } - // FIXME: Terrible hack to work around a mix between 24piram_ and 24pirami + // Hack to work around a mix between 24piram_ and 24pirami if (!strcmp(key, "24piram_.SPR") && (scumm_stricmp((const char *)key, (const char *)pg->_leaf[i]._key) < 0)) ++i; // -- cgit v1.2.3