(svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
Note: _total_towns and _total_industries willb e removed soon, so this 'hack' is okay, for now ;)
/* $Id$ */#ifndef ROAD_CMD_H#define ROAD_CMD_H#include "direction.h"void DrawRoadDepotSprite(int x, int y, DiagDirection dir);#endif