aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_manager.h')
-rw-r--r--engines/titanic/game_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game_manager.h b/engines/titanic/game_manager.h
index 262ea0169b..1671517e07 100644
--- a/engines/titanic/game_manager.h
+++ b/engines/titanic/game_manager.h
@@ -196,7 +196,7 @@ public:
/**
* Flags whether the timer will be persisent across save & loads
*/
- void setTimerPersisent(uint id, bool flag) {
+ void setTimerPersisent(uint id, bool flag) {
_timers.setPersisent(id, flag);
}