diff options
Diffstat (limited to 'engines/titanic/moves/trip_down_canal.cpp')
-rw-r--r-- | engines/titanic/moves/trip_down_canal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/trip_down_canal.cpp b/engines/titanic/moves/trip_down_canal.cpp index e9818fa96d..010505a510 100644 --- a/engines/titanic/moves/trip_down_canal.cpp +++ b/engines/titanic/moves/trip_down_canal.cpp @@ -43,7 +43,7 @@ void CTripDownCanal::load(SimpleFile *file) { bool CTripDownCanal::MouseButtonDownMsg(CMouseButtonDownMsg *msg) { if (stateGetSeason() == SEASON_WINTER) { - petDisplayMessage("Sadly, the Grand Canal transport system is closed for the winter."); + petDisplayMessage(CANAL_CLOSED_FOR_WINTER); } else if (getGameManager()) { changeView(_destination); } |