Mercurial > hg > openttd
diff src/town_cmd.cpp @ 7545:a84d70ad7876 draft
(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 09 Sep 2007 10:13:17 +0000 |
parents | 2e87fc8ae6b8 |
children | b202efd99ae5 |
line wrap: on
line diff
--- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -256,8 +256,12 @@ } /** - * Marks the town sign as needing a repaint - * @param t Town requesting repaint + * Marks the town sign as needing a repaint. + * + * This function marks the area of the sign of a town as dirty for repaint. + * + * @param t Town requesting town sign for repaint + * @ingroup dirty */ static void MarkTownSignDirty(Town *t) {