From b0c3b8838f79c7c1a16a92ec601797361beb61f8 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 30 Jul 2004 11:47:27 +0000 Subject: Switch detect filename back to prevent conflict for now. svn-id: r14368 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index 2b48a0bb42..8424996d1a 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -63,7 +63,7 @@ struct SimonGameSettings { static const SimonGameSettings simon_settings[] = { // Simon the Sorcerer 1 & 2 (not SCUMM games) - {"simon1acorn", "Simon the Sorcerer 1 (Acorn)", GAME_SIMON1ACORN, "GAMEBASE"}, + {"simon1acorn", "Simon the Sorcerer 1 (Acorn)", GAME_SIMON1ACORN, "DATA"}, {"simon1dos", "Simon the Sorcerer 1 (DOS)", GAME_SIMON1DOS, "GAMEPC"}, {"simon1amiga", "Simon the Sorcerer 1 (Amiga)", GAME_SIMON1AMIGA, "gameamiga"}, {"simon2dos", "Simon the Sorcerer 2 (DOS)", GAME_SIMON2DOS, "GAME32"}, -- cgit v1.2.3