aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/launcher')
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.cpp4
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.cpp b/backends/platform/PalmOS/Src/launcher/games.cpp
index 166aae6aa4..21da0012ca 100644
--- a/backends/platform/PalmOS/Src/launcher/games.cpp
+++ b/backends/platform/PalmOS/Src/launcher/games.cpp
@@ -172,8 +172,8 @@ static Err GamUpdateList() {
gitCur.engine++;
if (gitCur.engine == ENGINE_SCUMM) // reorder
- gitCur.engine = ENGINE_SIMON;
- else if (gitCur.engine == ENGINE_SIMON)
+ gitCur.engine = ENGINE_AGOS;
+ else if (gitCur.engine == ENGINE_AGOS)
gitCur.engine = ENGINE_SCUMM;
}
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h
index bb005e66fb..357623b5d3 100644
--- a/backends/platform/PalmOS/Src/launcher/games.h
+++ b/backends/platform/PalmOS/Src/launcher/games.h
@@ -164,7 +164,7 @@ enum {
ENGINE_SAGA,
ENGINE_SCUMM,
ENGINE_AGI,
- ENGINE_SIMON,
+ ENGINE_AGOS,
ENGINE_COUNT
};
@@ -183,7 +183,7 @@ static const struct {
{ "saga", "SAGA Engine" },
{ "scumm", "Scumm Games" },
{ "agi", "Sierra AGI" },
- { "simon", "Simon the Sorcerer" },
+ { "simon", "AGOS" },
};