aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/launcher/games.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/launcher/games.cpp')
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.cpp4
1 files changed, 2 insertions, 2 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;
}