diff options
| -rw-r--r-- | src/game/client/menu.cpp | 6 |
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 */ |