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----+----+----+
* | | | |
* | tl | tm | tr |
* | | | |
* +----B----+----+
* | | | |
* | ml | mm | mr |
* | | | |
* +----+----C----+
* | | | |
* | bl | bm | br |
* | | | |
* +----+----+----D
*/