summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PeopleInfoDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2PeopleInfoDialog.cpp')
-rw-r--r--src/T2DLL/T2PeopleInfoDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2PeopleInfoDialog.cpp b/src/T2DLL/T2PeopleInfoDialog.cpp
index 26b98a4..9a3dbc5 100644
--- a/src/T2DLL/T2PeopleInfoDialog.cpp
+++ b/src/T2DLL/T2PeopleInfoDialog.cpp
@@ -102,7 +102,7 @@ T2PeopleInfoDialog::T2PeopleInfoDialog(T2People* people)
} else {
T2PeopleType *thePeopleType = mPeople->GetPeopleType();
if (thePeopleType) {
- if (thePeopleType->GetDemandType() == 3) {
+ if (thePeopleType->GetDemandType() == kDemandType3) {
// "観光客" - tourist
str1 = "\x8A\xCF\x8C\xF5\x8B\x71";
} else {