about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-16 18:41:03 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-16 18:41:03 +0000
commit1d84ae728f39f76db08e27aa7255f1fd44cea46a (patch)
tree804dc5d1ab463a130c4585c53a3046789b8702e4 /src/game
parentf3149df6e497676db3c57c2d2554d4b6185a0f12 (diff)
downloadzcatch-1d84ae728f39f76db08e27aa7255f1fd44cea46a.tar.gz
zcatch-1d84ae728f39f76db08e27aa7255f1fd44cea46a.zip
made the comment in draw_box abit tighter
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/menu.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index dc689ab6..cc9b810b 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -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
 	 */