mirror of
https://github.com/zeldaret/tp
synced 2026-06-29 19:42:18 -04:00
small fixes
This commit is contained in:
@@ -820,7 +820,7 @@ int dEvent_manager_c::getMyStaffId(char const* pStaffName, fopAc_ac_c* pActor, i
|
||||
for (i = 0; i < staffCount; i++) {
|
||||
staffNum = event->getStaff(i);
|
||||
dEvDtStaff_c* staff = getBase().getStaffP(staffNum);
|
||||
if (staff->mType != 1) {
|
||||
if (staff->mType != dEvDtStaff_c::TYPE_ALL) {
|
||||
char buf[0x18];
|
||||
strcpy(buf, staff->mName);
|
||||
char* ptr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user