changeset 14694:f0c8b828811b draft

(svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always repainted.
author terkhen <terkhen@openttd.org>
date Sat, 27 Feb 2010 16:27:15 +0000
parents d392c9e3ac2b
children 4d9574aa8b7a
files src/station_cmd.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -1760,6 +1760,8 @@
 			} else {
 				MakeRoadStop(cur_tile, st->owner, st->index, rs_type, rts, ddir);
 			}
+
+			MarkTileDirtyByTile(cur_tile);
 		}
 	}