diff options
author | Travis Howell | 2006-06-23 10:07:45 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-23 10:07:45 +0000 |
commit | ea36cacc7abf86c415f198f7e2c1e51fc94a6aa7 (patch) | |
tree | b11cee0e2c1c53d513327f3ab00d03931b08cdf0 | |
parent | 1acf72221fac47e45cf62fd389127309fa94e4a6 (diff) | |
download | scummvm-rg350-ea36cacc7abf86c415f198f7e2c1e51fc94a6aa7.tar.gz scummvm-rg350-ea36cacc7abf86c415f198f7e2c1e51fc94a6aa7.tar.bz2 scummvm-rg350-ea36cacc7abf86c415f198f7e2c1e51fc94a6aa7.zip |
Typo
svn-id: r23262
-rw-r--r-- | engines/simon/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp index 8b1fe9927e..33c483e7cb 100644 --- a/engines/simon/game.cpp +++ b/engines/simon/game.cpp @@ -1271,7 +1271,7 @@ static GameDescription gameDescriptions[] = { { "feeble", GType_FF, - GID_FEEBLEFILES_MAC_ES, + GID_FEEBLEFILES_ES, "4CD", ARRAYSIZE(FEEBLEFILES_ES_GameFiles), FEEBLEFILES_ES_GameFiles, |