mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[server] Update CGangZonePool ctor/dtor
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
|
||||
#include "main.h"
|
||||
|
||||
CGangZonePool::CGangZonePool()
|
||||
{
|
||||
for (WORD wZone = 0; wZone < MAX_GANG_ZONES; wZone++)
|
||||
{
|
||||
field_4000[wZone] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user