mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
11 lines
189 B
C++
11 lines
189 B
C++
|
|
||
|
#include "vehiclepool.h"
|
||
|
|
||
|
CVehiclePool::CVehiclePool()
|
||
|
{
|
||
|
// TODO: CVehiclePool::CVehiclePool W: 0041A890 L: 080B9408
|
||
|
for(unsigned short i = 0; i < 2000; i++) {
|
||
|
field_84D0[i] = 0;
|
||
|
}
|
||
|
}
|