mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
removed debug stuff :)
This commit is contained in:
parent
8f72a35dbb
commit
b36dee3ec0
|
@ -1439,7 +1439,7 @@ static void menu2_render_game(RECT main_view)
|
||||||
|
|
||||||
int menu2_render()
|
int menu2_render()
|
||||||
{
|
{
|
||||||
if(1)
|
if(0)
|
||||||
{
|
{
|
||||||
gfx_mapscreen(0,0,10*4/3.0f,10);
|
gfx_mapscreen(0,0,10*4/3.0f,10);
|
||||||
gfx_clear(gui_color.r, gui_color.g, gui_color.b);
|
gfx_clear(gui_color.r, gui_color.g, gui_color.b);
|
||||||
|
|
Loading…
Reference in a new issue