From 65f9a0f21a1379107683f7b5f2fc0c82f22a4cb6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 9 Sep 2007 10:13:17 +0000 Subject: (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman. --- src/station_cmd.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 4f75d932f..6e9993f8a 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -375,7 +375,14 @@ void UpdateAllStationVirtCoord() } } -// Update the station virt coords while making the modified parts dirty. +/** + * Update the station virt coords while making the modified parts dirty. + * + * This function updates the virt coords and mark the modified parts as dirty + * + * @param st The station to update the virt coords + * @ingroup dirty + */ static void UpdateStationVirtCoordDirty(Station *st) { st->MarkDirty(); -- cgit v1.2.3-54-g00ecf