aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ecb50c0a82..6ea7a3ba0a 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -3204,7 +3204,7 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) {
return engine;
}
-REGISTER_PLUGIN("Scumm Engine", Engine_SCUMM_gameList, Engine_SCUMM_create, Engine_SCUMM_detectGames)
+REGISTER_PLUGIN(SCUMM, "Scumm Engine")
#ifdef __PALM_OS__
#include "scumm_globals.h"