diff options
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/menu2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/menu2.cpp b/src/game/client/menu2.cpp index 34541e4b..5909a7d3 100644 --- a/src/game/client/menu2.cpp +++ b/src/game/client/menu2.cpp @@ -1439,7 +1439,7 @@ static void menu2_render_game(RECT main_view) int menu2_render() { - if(1) + if(0) { gfx_mapscreen(0,0,10*4/3.0f,10); gfx_clear(gui_color.r, gui_color.g, gui_color.b); |