aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2014-08-02 19:04:41 +0200
committerStrangerke2014-08-02 19:04:41 +0200
commit0eb7e52490b3b7c66f68e65d65a9880fa7e13492 (patch)
tree62f99eb5132a63da693e8438d9bef5e6648f5aa3
parent96ab1d5d83950e764be4e13248584498e4d79c7c (diff)
downloadscummvm-rg350-0eb7e52490b3b7c66f68e65d65a9880fa7e13492.tar.gz
scummvm-rg350-0eb7e52490b3b7c66f68e65d65a9880fa7e13492.tar.bz2
scummvm-rg350-0eb7e52490b3b7c66f68e65d65a9880fa7e13492.zip
CGE2: Update comment concerning a workaround for a non-fixable issue
-rw-r--r--engines/cge2/fileio.cpp2
1 files changed, 1 insertions, 1 deletions
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;
//