[Scummvm-git-logs] scummvm master -> 2ee0196798be9085ff6ed34559a1499498f5f885

sev- noreply at scummvm.org
Sat Oct 19 19:45:57 UTC 2024


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:
2ee0196798 QDENGINE: Fix linking on ld that lry linking everything


Commit: 2ee0196798be9085ff6ed34559a1499498f5f885
    https://github.com/scummvm/scummvm/commit/2ee0196798be9085ff6ed34559a1499498f5f885
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-19T21:45:49+02:00

Commit Message:
QDENGINE: Fix linking on ld that lry linking everything

Changed paths:
    engines/qdengine/minigames/adv/RunTime.cpp


diff --git a/engines/qdengine/minigames/adv/RunTime.cpp b/engines/qdengine/minigames/adv/RunTime.cpp
index 436a024525d..490c1156723 100644
--- a/engines/qdengine/minigames/adv/RunTime.cpp
+++ b/engines/qdengine/minigames/adv/RunTime.cpp
@@ -35,7 +35,7 @@
 
 namespace QDEngine {
 
-MinigameManager *runtime = 0;
+MinigameManager *g_runtime = 0;
 // createGame() должна реализоваться непосредственно в КАЖДОМ проекте игры
 MinigameInterface *createGame();
 




More information about the Scummvm-git-logs mailing list