mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-11 16:34:09 +00:00
14 lines
144 B
C++
14 lines
144 B
C++
|
|
#include "main.h"
|
|
|
|
CGangZonePool::CGangZonePool()
|
|
{
|
|
for (WORD wZone = 0; wZone < MAX_GANG_ZONES; wZone++)
|
|
{
|
|
field_4000[wZone] = 0;
|
|
}
|
|
}
|
|
|
|
|
|
|