[Scummvm-git-logs] scummvm master -> 4f0fa0005e4ac001433c945450f75a38bb3be372
sev-
sev at scummvm.org
Thu Oct 15 12:09:36 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:
4f0fa0005e STARK: Mark another set of class vars public
Commit: 4f0fa0005e4ac001433c945450f75a38bb3be372
https://github.com/scummvm/scummvm/commit/4f0fa0005e4ac001433c945450f75a38bb3be372
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-15T14:09:20+02:00
Commit Message:
STARK: Mark another set of class vars public
Changed paths:
engines/stark/resources/dialog.h
diff --git a/engines/stark/resources/dialog.h b/engines/stark/resources/dialog.h
index 9e744e2ab1..997d966f1e 100644
--- a/engines/stark/resources/dialog.h
+++ b/engines/stark/resources/dialog.h
@@ -87,7 +87,6 @@ public:
/** Should this reply only be made available when there are no other options left? */
bool isLastOnly() const;
- protected:
// Static data
Common::Array<ResourceReference> _lines;
uint32 _conditionType;
More information about the Scummvm-git-logs
mailing list