[Scummvm-git-logs] scummvm master -> 759e3030689f513b61648aa8ce34938fd451f514

sev- sev at scummvm.org
Tue Feb 25 15:30:03 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
759e303068 DRAGONS: Fix compilation


Commit: 759e3030689f513b61648aa8ce34938fd451f514
    https://github.com/scummvm/scummvm/commit/759e3030689f513b61648aa8ce34938fd451f514
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-02-25T16:29:43+01:00

Commit Message:
DRAGONS: Fix compilation

Changed paths:
    engines/dragons/detection.cpp


diff --git a/engines/dragons/detection.cpp b/engines/dragons/detection.cpp
index 71cebbc0b2..4d80febf2e 100644
--- a/engines/dragons/detection.cpp
+++ b/engines/dragons/detection.cpp
@@ -204,7 +204,7 @@ bool DragonsMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADG
 }
 
 #if PLUGIN_ENABLED_DYNAMIC(DRAGONS)
-REGISTER_PLUGIN_DYNAMIC(ILLUSIONS, PLUGIN_TYPE_ENGINE, DragonsMetaEngine);
+REGISTER_PLUGIN_DYNAMIC(DRAGONS, PLUGIN_TYPE_ENGINE, DragonsMetaEngine);
 #else
 REGISTER_PLUGIN_STATIC(DRAGONS, PLUGIN_TYPE_ENGINE, DragonsMetaEngine);
 #endif




More information about the Scummvm-git-logs mailing list