diff options
author | rubidium <rubidium@openttd.org> | 2007-05-21 21:58:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-05-21 21:58:31 +0000 |
commit | 33c3420ef439a468be1922f54aa6e462de47b159 (patch) | |
tree | e4d59448a2b1e8612c8a90126fc7029d95b56d25 /src/road_cmd.h | |
parent | bba732921f20dceca8441836ad413be45ede1279 (diff) | |
download | openttd-33c3420ef439a468be1922f54aa6e462de47b159.tar.xz |
(svn r9897) -Codechange: prepare the toolbar for more road types.
Diffstat (limited to 'src/road_cmd.h')
-rw-r--r-- | src/road_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_cmd.h b/src/road_cmd.h index c6fb9f5af..66ea2f652 100644 --- a/src/road_cmd.h +++ b/src/road_cmd.h @@ -7,6 +7,6 @@ #include "direction.h" -void DrawRoadDepotSprite(int x, int y, DiagDirection dir); +void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt); #endif /* ROAD_CMD_H */ |