project_files/frontlib/frontlib.c
changeset 7182 076aba32abd3
parent 7179 f84805e6df03
child 7224 5143861c83bd
--- a/project_files/frontlib/frontlib.c	Sat Jun 09 03:28:38 2012 +0200
+++ b/project_files/frontlib/frontlib.c	Mon Jun 11 00:02:17 2012 +0200
@@ -64,6 +64,7 @@
 	setup.gamescheme = flib_cfg_from_ini(metaconf, "scheme_shoppa.ini");
 	setup.map = flib_map_create_maze("Jungle", MAZE_SIZE_MEDIUM_TUNNELS);
 	setup.seed = "apsfooasdgnds";
+	setup.script = NULL;
 	setup.teamcount = 2;
 	setup.teams = calloc(2, sizeof(flib_team));
 	setup.teams[0].color = 0xffff0000;