summaryrefslogtreecommitdiff
path: root/newgrf_spritegroup.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-11 22:05:59 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-11 22:05:59 +0000
commit2ba8bf37b90b2ec4cba84a003113553a537964ac (patch)
treebe749a1ee52c544cde6c3c411021947c2285c519 /newgrf_spritegroup.h
parentd6c21e4d7122d1705d58e4b1b97357047cf66cbc (diff)
downloadopenttd-2ba8bf37b90b2ec4cba84a003113553a537964ac.tar.xz
(svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
Diffstat (limited to 'newgrf_spritegroup.h')
-rw-r--r--newgrf_spritegroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_spritegroup.h b/newgrf_spritegroup.h
index 216e2580b..e3c296be9 100644
--- a/newgrf_spritegroup.h
+++ b/newgrf_spritegroup.h
@@ -177,6 +177,7 @@ typedef struct ResolverObject {
TileIndex tile;
const struct Station *st;
const struct StationSpec *statspec;
+ CargoID cargo_type;
} station;
} u;