[server] Implement and match n_GetVehiclePoolSize(...)

This commit is contained in:
RD42
2024-04-27 18:21:27 +08:00
parent 65ef695183
commit 026d199e61
4 changed files with 13 additions and 4 deletions

View File

@ -9,7 +9,7 @@ CVehiclePool::CVehiclePool()
field_D4[VehicleID] = 0;
}
memset(field_0,0,sizeof(field_0));
field_5E94 = 0;
m_iPoolSize = 0;
}
CVehiclePool::~CVehiclePool()