BUGS
author tron
Sun, 25 Feb 2007 10:49:13 +0000
changeset 6153 eb35b73b300a
parent 5387 843c3d90823e
permissions -rw-r--r--
(svn r8897) -Fix

Change the signature of GetNewVehiclePos():
-void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp);
+GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
/* $Id$ */

KNOWN BUGS / PROBLEMS:

bridges:
- Clearing tiles which may not have a bridge above can cause random bridge pieces to appear, which leads to crash in the long run

electrified rails:
Normal and elrail depots look the same. Use 'X' (transparent buildings)
   to distinguish between them
Missing curors / icons for construction (currently using the conventional ones)