aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/script_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/script_manager.h')
-rw-r--r--engines/zvision/script_manager.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/engines/zvision/script_manager.h b/engines/zvision/script_manager.h
index 07dd3d8586..c43030d62b 100644
--- a/engines/zvision/script_manager.h
+++ b/engines/zvision/script_manager.h
@@ -106,13 +106,14 @@ private:
bool parseCriteria(Puzzle::Criteria *criteria, Common::SeekableReadStream &stream) const;
/**
- * Parses the stream into a Results object
+ * Parses the stream into a ResultAction objects
* Helper method for parsePuzzle.
*
- * @param stream Scr file stream
- * @return Created Results object
+ * @param stream Scr file stream
+ * @param actionList The list where the results will be added
+ * @return Created Results object
*/
- void parseResults(Common::SeekableReadStream &stream, Common::List<ResultAction *> &actionList) const;
+ void parseResults(Common::SeekableReadStream &stream, Common::List<Common::SharedPtr<ResultAction> > &actionList) const;
/**
* Helper method for parsePuzzle. Parses the stream into a bitwise or of the StateFlags enum