From 5174d3adfe9e3b120fd2c50847c7f9cf772a702b Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 14 May 2005 12:36:16 +0000 Subject: (svn r2306) - CodeChange: Check the last commands; refits. This needed an extensive rewrite and global/local-cargo ID juggling and bitmasking. However with this done it looks better as well and is compatible with newgrf handling. Big thanks to HackyKid for doing most of the work. This also closes patch "[ 1199277 ] Command checks" --- ttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ttd.h') diff --git a/ttd.h b/ttd.h index 3c9e4ae2b..018198779 100644 --- a/ttd.h +++ b/ttd.h @@ -67,6 +67,7 @@ typedef struct DrawPixelInfo DrawPixelInfo; typedef uint16 VehicleID; typedef byte PlayerID; typedef byte OrderID; +typedef byte CargoID; typedef uint16 StringID; typedef uint16 SpriteID; typedef uint32 PalSpriteID; -- cgit v1.2.3-54-g00ecf