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

Die4Ever noreply at scummvm.org
Wed Jan 5 02:52:07 UTC 2022


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:
2c605be072 HYPNO: fix compiler error


Commit: 2c605be07229bfe58f6cf45aed0adea95018fd0c
    https://github.com/scummvm/scummvm/commit/2c605be07229bfe58f6cf45aed0adea95018fd0c
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-01-04T20:51:48-06:00

Commit Message:
HYPNO: fix compiler error

Changed paths:
    engines/hypno/spider/spider.cpp


diff --git a/engines/hypno/spider/spider.cpp b/engines/hypno/spider/spider.cpp
index 363cd193d2d..97aaee709d0 100644
--- a/engines/hypno/spider/spider.cpp
+++ b/engines/hypno/spider/spider.cpp
@@ -28,7 +28,7 @@
 
 namespace Hypno {
 
-extern char *sceneVariables[];
+extern const char *sceneVariables[];
 
 SpiderEngine::SpiderEngine(OSystem *syst, const ADGameDescription *gd) : HypnoEngine(syst, gd) {}
 




More information about the Scummvm-git-logs mailing list