tileset debug information in the mapmenu deleted.

origin
stpohle 22 years ago
parent e04cafe44d
commit 85f67258cd

@ -1,4 +1,4 @@
/* $Id: mapmenu.c,v 1.16 2003/12/28 05:47:51 stpohle Exp $ */
/* $Id: mapmenu.c,v 1.17 2004/01/06 19:51:09 stpohle Exp $ */
/* map/tileset selection menu */
#include "bomberclone.h"
@ -137,7 +137,6 @@ mapmenu ()
/* tileset mode and map mode */
map.random_tileset = 1-(selts - &tiletypes[0]);
printf ("Tileset Mode : %d\n", map.random_tileset);
map.map_selection = selmt - &maptypes[0];
}
map.size.x = map.size.x | 1;

Loading…
Cancel
Save