aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index d7f2f932a0..96f15a7240 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -69,8 +69,8 @@ static const LureGameSettings lure_games[] = {
// Keep list of different supported games
static const GameSettings lure_list[] = {
- { "lure", "Lure of the Temptress", 0 },
- { 0, 0, 0 }
+ { "lure", "Lure of the Temptress" },
+ { 0, 0 }
};
GameList Engine_LURE_gameList() {