mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Remove redundant declarations
This commit is contained in:
@@ -32,8 +32,6 @@ const uint32 vehicle_particle_base_sprites[] = {
|
||||
22577, 22589, 22601, 22613, 22625
|
||||
};
|
||||
|
||||
extern const uint8 * DuckAnimations[];
|
||||
|
||||
/**
|
||||
* rct2: 0x00672AC9
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user