Deap Sea Mining: fixed superfluous declaration of global vars.

ipv6
Clonkonaut 2017-01-03 15:56:20 +01:00
parent 7ec3f90127
commit e2b238c381
3 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ static main_island_x, main_island_y;
static goal_platform_x, goal_platform_y;
// set after intro to force map creation
static g_intro_done;
// g_intro_done;
// Called be the engine: draw the complete map here.
public func InitializeMap(proplist map)

View File

@ -6,8 +6,8 @@
*/
// set in Map.c
static main_island_x, main_island_y;
static goal_platform_x, goal_platform_y;
// main_island_x, main_island_y;
// goal_platform_x, goal_platform_y;
static const SCEN_TEST = false;

View File

@ -1,7 +1,6 @@
#appendto Sequence
static g_intro_sky_moving;
static npc_tuesday;
func Intro_Start()
{