(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.

This commit is contained in:
rubidium
2007-09-09 10:13:17 +00:00
parent ef4d248325
commit 65f9a0f21a
14 changed files with 187 additions and 10 deletions

View File

@@ -60,10 +60,12 @@ void UpdateAllSignVirtCoords()
}
/**
* Marks the region of a sign as dirty.
*
* Marks the region of a sign as dirty
* This function marks the sign in all viewports as dirty for repaint.
*
* @param si Pointer to the Sign
* @ingroup dirty
*/
static void MarkSignDirty(Sign *si)
{