(svn r612) [newgrf] Fix: custom waypoints on monorail/maglev are displayed correctly

This commit is contained in:
dominik
2004-11-14 22:10:08 +00:00
parent 051e094921
commit fb64b4e499
3 changed files with 17 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ void StationPickerDrawSprite(int x, int y, int railtype, int image);
/* track_land.c */
void DrawTrainDepotSprite(int x, int y, int image, int railtype);
void DrawWaypointSprite(int x, int y, int image);
void DrawWaypointSprite(int x, int y, int image, int railtype);
/* road_land.c */
void DrawRoadDepotSprite(int x, int y, int image);