aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
authorPaul Gilbert2017-06-11 16:19:54 -0400
committerPaul Gilbert2017-06-11 16:19:54 -0400
commit3be659b5c1de5273857a19e65d27d89b81ff8601 (patch)
tree7d6d81869e95052a8b8339041e8220d938f6a620 /engines/titanic/core
parentd272351055717fa57eab885ba89d6d637e6975ad (diff)
downloadscummvm-rg350-3be659b5c1de5273857a19e65d27d89b81ff8601.tar.gz
scummvm-rg350-3be659b5c1de5273857a19e65d27d89b81ff8601.tar.bz2
scummvm-rg350-3be659b5c1de5273857a19e65d27d89b81ff8601.zip
TITANIC: CGameManager viewChange better named as roomChange
Diffstat (limited to 'engines/titanic/core')
-rw-r--r--engines/titanic/core/view_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/view_item.cpp b/engines/titanic/core/view_item.cpp
index 15797438cb..d0f5c8a549 100644
--- a/engines/titanic/core/view_item.cpp
+++ b/engines/titanic/core/view_item.cpp
@@ -102,7 +102,7 @@ void CViewItem::leaveView(CViewItem *newView) {
if (newRoom != oldRoom) {
CGameManager *gm = getGameManager();
if (gm)
- gm->viewChange();
+ gm->roomChange();
CLeaveRoomMsg roomMsg(oldRoom, newRoom);
roomMsg.execute(oldRoom, nullptr, MSGFLAG_SCAN);