(svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the dedicated server always generating the same map. Thanks to the #openttdcoop team for detecting.
/* $Id$ */#ifndef ROAD_CMD_H#define ROAD_CMD_H#include "direction.h"void DrawRoadDepotSprite(int x, int y, DiagDirection dir);#endif