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" --- station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station.h') diff --git a/station.h b/station.h index 08c3e01c0..608688fc7 100644 --- a/station.h +++ b/station.h @@ -248,7 +248,7 @@ typedef struct StationSpec { StationLayout **layouts; /* Sprite offsets for renderdata->seq->image. spritegroup[0] is default - * whilst spritegroup[1] is "CID_PURCHASE". */ + * whilst spritegroup[1] is "GC_PURCHASE". */ SpriteGroup spritegroup[2]; } StationSpec; -- cgit v1.2.3-54-g00ecf