aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
//