aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 84fd04fa0e..cdfb09a83f 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -90,8 +90,8 @@ GameList Engine_SIMON_gameList() {
return games;
}
-GameList Engine_SIMON_detectGames(const FSList &fslist) {
- GameList detectedGames;
+DetectedGameList Engine_SIMON_detectGames(const FSList &fslist) {
+ DetectedGameList detectedGames;
const SimonGameSettings *g;
char detectName[128];
char detectName2[128];