summaryrefslogtreecommitdiff
path: root/newgrf_spritegroup.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-02 18:56:07 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-02 18:56:07 +0000
commit60b3d37dfff376735044eb504fd7a9c5f1ae8037 (patch)
tree2fcc78592122cf59c8be4ab0da3d69552c9a17d9 /newgrf_spritegroup.h
parentf9316c5a6587364900e3148bd2e4b5d118caf08d (diff)
downloadopenttd-60b3d37dfff376735044eb504fd7a9c5f1ae8037.tar.xz
(svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't compile it. Needed for our MorphOS user ;)
Diffstat (limited to 'newgrf_spritegroup.h')
-rw-r--r--newgrf_spritegroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_spritegroup.h b/newgrf_spritegroup.h
index 36680f451..4716fcafd 100644
--- a/newgrf_spritegroup.h
+++ b/newgrf_spritegroup.h
@@ -175,7 +175,7 @@ typedef struct ResolverObject {
const struct Station *st;
const struct StationSpec *statspec;
} station;
- };
+ } u;
uint32 (*GetRandomBits)(const struct ResolverObject*);
uint32 (*GetTriggers)(const struct ResolverObject*);