(svn r826) Seperate all bridge related tables from tunnel_land.h into their own file

This commit is contained in:
tron
2004-11-26 20:29:05 +00:00
parent 7b8bf96c2b
commit 1c86acd8ba
3 changed files with 752 additions and 752 deletions

View File

@@ -922,6 +922,7 @@ static const byte _bridge_foundations[2][16] = {
extern const byte _track_sloped_sprites[14];
extern const byte _road_sloped_sprites[14];
#include "table/bridge_land.h"
#include "table/tunnel_land.h"
static void DrawBridgePillars(TileInfo *ti, int x, int y, int z)