forked from mirror/OpenTTD
(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user