(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.

This commit is contained in:
rubidium
2007-02-26 18:25:03 +00:00
parent f3f966e616
commit aaeeef3d88
7 changed files with 7 additions and 4 deletions

View File

@@ -13,9 +13,6 @@
#include "tile.h"
void DrawBridgeMiddle(const TileInfo* ti); // XXX
static inline bool IsBridge(TileIndex t)
{
assert(IsTileType(t, MP_TUNNELBRIDGE));