Clonkomotive: fixed superfluous declaration of global vars.

ipv6
Clonkonaut 2017-01-03 22:09:52 +01:00
parent c423ec5de2
commit 06151bc5e5
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
// Whether the intro has been initialized.
static intro_init;
// Bat cave [x, y] coordinates.
static bat_cave;
// Bat cave [x, y] coordinates. Set in Map.c
//static bat_cave;
public func Initialize()
{