aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
Diffstat (limited to 'queen')
-rw-r--r--queen/queen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp
index 91446723cb..9fb5da6dd9 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -128,7 +128,7 @@ Engine *Engine_QUEEN_create(GameDetector *detector, OSystem *syst) {
return new Queen::QueenEngine(detector, syst);
}
-REGISTER_PLUGIN("Flight of the Amazon Queen", Engine_QUEEN_gameList, Engine_QUEEN_create, Engine_QUEEN_detectGames)
+REGISTER_PLUGIN(QUEEN, "Flight of the Amazon Queen")
namespace Queen {