(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.
/* $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. */uint32TownGetVariable(bytevariable,byteparameter,bool*available,constTown*t);#endif /* NEWGRF_TOWN_H */