1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Remove redundant declarations

This commit is contained in:
Michał Janiszewski
2017-12-26 22:15:20 +01:00
parent c4c5439943
commit 8fdec42ff9
2 changed files with 0 additions and 4 deletions

View File

@@ -32,8 +32,6 @@ const uint32 vehicle_particle_base_sprites[] = {
22577, 22589, 22601, 22613, 22625
};
extern const uint8 * DuckAnimations[];
/**
* rct2: 0x00672AC9
*/

View File

@@ -7618,8 +7618,6 @@ static void vehicle_update_reverser_car_bogies(rct_vehicle * vehicle)
sprite_move(x, y, z, (rct_sprite *)vehicle);
}
extern const LocationXY16 DuckMoveOffset[4];
/**
* Collision Detection
* rct2: 0x006DD078