aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_arboretum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_arboretum.cpp')
-rw-r--r--engines/titanic/moves/exit_arboretum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/exit_arboretum.cpp b/engines/titanic/moves/exit_arboretum.cpp
index ba162843b5..3c1591c393 100644
--- a/engines/titanic/moves/exit_arboretum.cpp
+++ b/engines/titanic/moves/exit_arboretum.cpp
@@ -32,7 +32,7 @@ BEGIN_MESSAGE_MAP(CExitArboretum, CMovePlayerTo)
ON_MESSAGE(TurnOff)
END_MESSAGE_MAP()
-CExitArboretum::CExitArboretum() : CMovePlayerTo(),
+CExitArboretum::CExitArboretum() : CMovePlayerTo(),
_seasonNum(0), _fieldCC(0), _enabled(true) {
}