From 1d84ae728f39f76db08e27aa7255f1fd44cea46a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 16 Jul 2007 18:41:03 +0000 Subject: [PATCH] made the comment in draw_box abit tighter --- src/game/client/menu.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp index dc689ab69..cc9b810b2 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 */