From c2efba6907fab934a04959b9bb644cf7141cc955 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 23:04:04 +0100 Subject: matched T2DLL as well as i can --- src/T2DLL/T2PeopleDemandList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/T2DLL/T2PeopleDemandList.cpp') diff --git a/src/T2DLL/T2PeopleDemandList.cpp b/src/T2DLL/T2PeopleDemandList.cpp index e9fdcdd..f406515 100644 --- a/src/T2DLL/T2PeopleDemandList.cpp +++ b/src/T2DLL/T2PeopleDemandList.cpp @@ -47,7 +47,7 @@ void T2PeopleDemandList::Add(T2PeopleTimeZoneList* inTimeZoneList) { void T2PeopleDemandList::Add(T2PoolGradeDef* inGradeDef) { T2PeopleTimeZoneList *theTimeZoneList; LArrayIterator iterator(*this); - int theDemandType = 0; + int theDemandType = kDemandType0; T2PeopleType peopleType; while (iterator.Next(&theTimeZoneList)) { -- cgit v1.2.3