maze2d: squash another undefined variable

This commit is contained in:
Starbeamrainbowlabs 2021-07-30 19:03:54 +01:00
parent e10dd1ff2e
commit 910d4b036f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ local function printspace(space, w, h)
end
local function generate_maze(seed, width, height, path_length, path_width)
start_time = worldeditadditions.get_ms_time()
local start_time = worldeditadditions.get_ms_time()
if not path_length then path_length = 2 end
if not path_width then path_width = 1 end