mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-24 06:49:41 +00:00
17 lines
319 B
C++
17 lines
319 B
C++
|
|
#include "../main.h"
|
|
|
|
//----------------------------------------------------
|
|
|
|
CActorPool::CActorPool()
|
|
{
|
|
for(ACTORID ActorID = 0; ActorID < MAX_ACTORS; ActorID++) {
|
|
field_FA4[ActorID] = 0;
|
|
field_4[ActorID] = 0;
|
|
field_1F44[ActorID] = 0;
|
|
}
|
|
field_0 = 0;
|
|
}
|
|
|
|
//----------------------------------------------------
|