(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
#include "tile.h"
|
||||
|
||||
|
||||
void DrawBridgeMiddle(const TileInfo* ti); // XXX
|
||||
|
||||
|
||||
static inline bool IsBridge(TileIndex t)
|
||||
{
|
||||
assert(IsTileType(t, MP_TUNNELBRIDGE));
|
||||
|
Reference in New Issue
Block a user