Mercurial > hg > openttd
view src/newgrf_town.h @ 7481:a811420eaa26 draft
(svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 27 Aug 2007 21:33:26 +0000 |
parents | 60486b0b3e39 |
children | d48433370037 |
line wrap: on
line source
/* $Id$ */ /** @file newgrf_town.h */ #ifndef NEWGRF_TOWN_H #define NEWGRF_TOWN_H /* Currently there is no direct town resolver; we only need to get town * variable results from inside stations, house tiles and industry tiles. */ uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t); #endif /* NEWGRF_TOWN_H */