use the right loader
This commit is contained in:
		| @@ -127,7 +127,6 @@ function _init() | ||||
|  mode = game_mode | ||||
|  init_blip_pals() | ||||
| 	wipe_game()  -- redundant? | ||||
| 	load_level(example_level_csv) | ||||
| 	game_state = game | ||||
| 	pal(2,129) | ||||
| 	pal() | ||||
| @@ -223,7 +222,7 @@ function updategame() | ||||
|   interlude -= 1 | ||||
|  else | ||||
|   current_wave = flotilla.new() | ||||
|   current_wave:load_level(0, 0, min(ones(waves_complete)\2, 4)) | ||||
|   current_wave:load(0, 0, min(ones(waves_complete)\2, 4)) | ||||
|  end | ||||
|  events:vore(new_events) | ||||
|  events:strip(call_move) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user