[Scummvm-git-logs] scummvm master -> 8a038f1942a73ee2986e209297635b32849621ca
sev-
sev at scummvm.org
Thu Oct 15 10:08:56 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:
8a038f1942 STARK: Attempt to fix GP2x compilation
Commit: 8a038f1942a73ee2986e209297635b32849621ca
https://github.com/scummvm/scummvm/commit/8a038f1942a73ee2986e209297635b32849621ca
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-15T12:08:31+02:00
Commit Message:
STARK: Attempt to fix GP2x compilation
Changed paths:
engines/stark/resources/dialog.h
diff --git a/engines/stark/resources/dialog.h b/engines/stark/resources/dialog.h
index a97887e80b..b04506edf3 100644
--- a/engines/stark/resources/dialog.h
+++ b/engines/stark/resources/dialog.h
@@ -87,7 +87,7 @@ public:
/** Should this reply only be made available when there are no other options left? */
bool isLastOnly() const;
- private:
+ protected:
// Static data
Common::Array<ResourceReference> _lines;
uint32 _conditionType;
@@ -126,7 +126,7 @@ public:
/** Get the reply with the specified index */
Reply *getReply(uint32 index);
- private:
+ protected:
Common::Array<Reply> _replies;
bool _removeOnceDepleted;
More information about the Scummvm-git-logs
mailing list