diff options
Diffstat (limited to 'engines/touche')
| -rw-r--r-- | engines/touche/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp index 6b3b2955a3..8d3d88fb7c 100644 --- a/engines/touche/detection.cpp +++ b/engines/touche/detection.cpp @@ -147,6 +147,6 @@ bool ToucheMetaEngine::createInstance(OSystem *syst, Engine **engine, const Comm return gd != 0; } -META_COMPATIBLITY_WRAPPER(TOUCHE, ToucheMetaEngine); +META_COMPATIBILITY_WRAPPER(TOUCHE, ToucheMetaEngine); REGISTER_PLUGIN(TOUCHE, "Touche Engine", "Touche: The Adventures of the 5th Musketeer (C) Clipper Software"); |
