diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index 43970c7..adb2afc 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -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)