aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 45d8bf29ab..577787a4ce 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -65,7 +65,7 @@ GameList Engine_SAGA_gameList() {
GameList games;
const GameSettings *g = saga_games;
- while (g->name) {
+ while (g->gameid) {
games.push_back(*g);
g++;
}