aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core')
-rw-r--r--engines/titanic/core/game_object.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h
index c43d73f73d..d372b40f88 100644
--- a/engines/titanic/core/game_object.h
+++ b/engines/titanic/core/game_object.h
@@ -285,11 +285,6 @@ protected:
CMailMan *getMailMan() const;
/**
- * Returns the star control
- */
- CStarControl *getStarControl() const;
-
- /**
* Returns a child of the Dont Save area of the project of the given class
*/
CTreeItem *getDontSaveChild(ClassDef *classDef) const;
@@ -612,6 +607,13 @@ public:
*/
void petOnSummonBot(const CString &name, int val);
+ /*--- CStarControl Methods ---*/
+
+ /**
+ * Returns the star control
+ */
+ CStarControl *getStarControl() const;
+
/*--- CTrueTalkManager Methods ---*/
/**