[Scummvm-git-logs] scummvm master -> 27123498f5814e948c79aad23fac6011d52c76b1
mgerhardy
noreply at scummvm.org
Mon Jul 6 19:07:50 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
27123498f5 MACS2: init _gameObject member
Commit: 27123498f5814e948c79aad23fac6011d52c76b1
https://github.com/scummvm/scummvm/commit/27123498f5814e948c79aad23fac6011d52c76b1
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2026-07-06T21:07:40+02:00
Commit Message:
MACS2: init _gameObject member
Changed paths:
engines/macs2/view1.h
diff --git a/engines/macs2/view1.h b/engines/macs2/view1.h
index 2d3bd466e9a..57981df30e8 100644
--- a/engines/macs2/view1.h
+++ b/engines/macs2/view1.h
@@ -114,7 +114,7 @@ public:
Common::Point getPosition() const;
void setPosition(const Common::Point &newPosition);
- Macs2::GameObject *_gameObject;
+ Macs2::GameObject *_gameObject = nullptr;
uint16 getVerticalOffset() const;
More information about the Scummvm-git-logs
mailing list