made the comment in draw_box abit tighter

This commit is contained in:
Magnus Auvinen 2007-07-16 18:41:03 +00:00
parent f3149df6e4
commit 1d84ae728f

View file

@ -99,17 +99,11 @@ void draw_box(int box_type, gui_tileset_enum tileset, float x, float y, float w,
/* A composite box consists of 9 parts. To get the coordinates for all corners, we need A, B, C and D: /* A composite box consists of 9 parts. To get the coordinates for all corners, we need A, B, C and D:
* A----+----+----+ * A----+----+----+
* | | | |
* | tl | tm | tr | * | tl | tm | tr |
* | | | |
* +----B----+----+ * +----B----+----+
* | | | |
* | ml | mm | mr | * | ml | mm | mr |
* | | | |
* +----+----C----+ * +----+----C----+
* | | | |
* | bl | bm | br | * | bl | bm | br |
* | | | |
* +----+----+----D * +----+----+----D
*/ */