diff -r 986d42e2281d -r ce31d2843a95 src/openttd.h --- a/src/openttd.h Sun Dec 23 04:31:45 2007 +0000 +++ b/src/openttd.h Sun Dec 23 10:56:02 2007 +0000 @@ -26,12 +26,6 @@ struct Group; typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related) typedef byte LandscapeID; -typedef uint32 SpriteID; ///< The number of a sprite, without mapping bits and colortables -struct PalSpriteID { - SpriteID sprite; - SpriteID pal; -}; -typedef int32 CursorID; typedef uint16 EngineID; typedef uint16 UnitID;