aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 0ecde0da95..982d81c747 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -95,6 +95,7 @@ EditGameDialog::EditGameDialog(NewGui *gui, const String &domain, const TargetSe
}
// Determine whether this is a SCUMM game
+ // FIXME: This check is evil, as it requires us to hard code GIDs.
bool isScumm = (GID_SCUMM_FIRST <= target->id && target->id <= GID_SCUMM_LAST);