mirror of https://github.com/OpenTTD/OpenTTD
(svn r1550) Remove useless function declaration
parent
fb0c3c8061
commit
5adad6c1b4
|
@ -85,8 +85,6 @@ void UpdateTrainAcceleration(Vehicle *v)
|
|||
|
||||
#define F_CURVE_FACTOR (1/96.f)
|
||||
|
||||
static bool IsTunnelTile(TileIndex tile);
|
||||
|
||||
static int GetRealisticAcceleration(Vehicle *v)
|
||||
{
|
||||
uint emass = 0;
|
||||
|
|
Loading…
Reference in New Issue