mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +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;
|
|
}
|
|
}
|