Acid Rift: fixed superfluous declaration of global vars.

ipv6
Clonkonaut 2017-01-03 22:25:50 +01:00
parent 0eed215bbd
commit d901a8952a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
static intro_init;
// Set in Map.c
static g_start_map_x, g_start_map_y;
//static g_start_map_x, g_start_map_y;
static g_start_x, g_start_y;