summaryrefslogtreecommitdiff
path: root/src/control/Phones.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-07-21 05:59:31 +0300
committereray orçunus <erayorcunus@gmail.com>2020-07-22 15:19:22 +0300
commitf40f44b14e028c4bb2bee2e898c210e3f41b20bb (patch)
treef66810ab48dc09fd116db6d7e81822c6f760444f /src/control/Phones.cpp
parent5bedca7692490914ad2545767a6f1aa1fd46f386 (diff)
Peds, Hud, CFO 1/2, fixes - including zone names
Diffstat (limited to 'src/control/Phones.cpp')
-rw-r--r--src/control/Phones.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/control/Phones.cpp b/src/control/Phones.cpp
index 71f6c8e5..4f1703f2 100644
--- a/src/control/Phones.cpp
+++ b/src/control/Phones.cpp
@@ -284,7 +284,6 @@ CPhoneInfo::Initialise(void)
CBuilding *building = pool->GetSlot(i);
if (building) {
if (building->GetModelIndex() == MI_PHONEBOOTH1) {
- assert(m_nMax < ARRAY_SIZE(m_aPhones) && "NUMPHONES should be increased");
CPhone *maxPhone = &m_aPhones[m_nMax];
maxPhone->m_nState = PHONE_STATE_FREE;
maxPhone->m_vecPos = building->GetPosition();