diff options
Diffstat (limited to 'engines/cge2')
-rw-r--r-- | engines/cge2/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index 96ec1ed731..12430780b1 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -26,7 +26,7 @@ namespace CGE2 { static const PlainGameDescriptor CGE2Games[] = { - { "sfinx2", "Sfinx" }, // TODO: Remove Sfinx from CGE1 completely, so the two gameIDs won't collide. + { "sfinx", "Sfinx" }, { 0, 0 } }; |