diff options
Diffstat (limited to 'engines/titanic/core/project_item.h')
-rw-r--r-- | engines/titanic/core/project_item.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/titanic/core/project_item.h b/engines/titanic/core/project_item.h index 14ca3fd229..71a84f7e00 100644 --- a/engines/titanic/core/project_item.h +++ b/engines/titanic/core/project_item.h @@ -42,6 +42,13 @@ struct TitanicSavegameHeader { int _year, _month, _day; int _hour, _minute; int _totalFrames; + + TitanicSavegameHeader() { clear(); } + + /** + * Clear the header + */ + void clear(); }; |