[Scummvm-git-logs] scummvm master -> 6ac3994e3e582ec6a304c2a566bb1b0c69d507d2
AndywinXp
noreply at scummvm.org
Sat Aug 6 13:02:38 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:
6ac3994e3e SCUMM: Fix RISC OS and Dreamcast builds
Commit: 6ac3994e3e582ec6a304c2a566bb1b0c69d507d2
https://github.com/scummvm/scummvm/commit/6ac3994e3e582ec6a304c2a566bb1b0c69d507d2
Author: AndywinXp (andywinxp at gmail.com)
Date: 2022-08-06T15:02:32+02:00
Commit Message:
SCUMM: Fix RISC OS and Dreamcast builds
Changed paths:
engines/scumm/scumm_v7.h
diff --git a/engines/scumm/scumm_v7.h b/engines/scumm/scumm_v7.h
index b3e1231dbab..f4ef00872ea 100644
--- a/engines/scumm/scumm_v7.h
+++ b/engines/scumm/scumm_v7.h
@@ -115,7 +115,7 @@ protected:
byte *_bannerMem = nullptr;
uint32 _bannerMemSize = 0;
InternalGUIControl _internalGUIControls[30];
- char _emptyMsg[1] = "";
+ char _emptyMsg[1] = { '\0' };
public:
void processSubtitleQueue();
More information about the Scummvm-git-logs
mailing list