summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2Maru_Reggae.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2Maru_Reggae.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/T2DLL/T2Maru_Reggae.cpp b/src/T2DLL/T2Maru_Reggae.cpp
index ee863ea..1c6fd2c 100644
--- a/src/T2DLL/T2Maru_Reggae.cpp
+++ b/src/T2DLL/T2Maru_Reggae.cpp
@@ -379,7 +379,7 @@ void T2Maru_Reggae::ReggaeReception(T2TowerDoc* inDoc, T2People* inPeople) {
if ((mCounter % 60) == 0) {
CString message;
MakeClaimMessage(inDoc, theTenant, message);
- inDoc->towerDoc_vf13C()->InfoBarMessage(message, 180, NULL);
+ inDoc->GetTowerMessage()->InfoBarMessage(message, 180, NULL);
if (!mGuardman)
mGuardman = new T2Guardman(this, inDoc, theTenant);
@@ -409,7 +409,7 @@ void T2Maru_Reggae::ReggaeReception(T2TowerDoc* inDoc, T2People* inPeople) {
curPos = inPeople->GetCurPosition();
theTenant = inDoc->GetFloorInfo()->GetTenant(curPos.y, curPos.x);
MakeClaimMessage(inDoc, theTenant, message);
- inDoc->towerDoc_vf13C()->CancelInfoBarMessage(message);
+ inDoc->GetTowerMessage()->CancelInfoBarMessage(message);
// "レゲエのおじさんは警備員につかまりました。"
// Uncle Reggae was caught by a security guard.