Skip to content
Snippets Groups Projects
Commit 8e2066a6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix misplaced ]

parent 97a7278c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1419 passed
...@@ -199,7 +199,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [ ...@@ -199,7 +199,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [
lw(space_pad('`r1`2X: `%'+(x+1)+' `2Y: `%'+(y+1), 14) + space_pad('`2Type: `%'+typestr(), 25) + '`r0'); lw(space_pad('`r1`2X: `%'+(x+1)+' `2Y: `%'+(y+1), 14) + space_pad('`2Type: `%'+typestr(), 25) + '`r0');
} }
mapindex = world.mapdatindex[mapnum - 1]; mapindex = world.mapdatindex[mapnum] - 1;
if (save.map[mapindex] !== undefined) { if (save.map[mapindex] !== undefined) {
map = save.map[mapindex]; map = save.map[mapindex];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment