about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-08-15 11:03:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-08-15 11:03:32 -0400
commitc46bf4fe1694ffa86fb2dea46b7c2f9d4b98170f (patch)
treed88a672d9906b55542b5a225a6b5434b87f9b2a1
parent22ca9c5d722fd42df2583ce595c6fcfb290bfb93 (diff)
downloadautosplitters-c46bf4fe1694ffa86fb2dea46b7c2f9d4b98170f.tar.gz
autosplitters-c46bf4fe1694ffa86fb2dea46b7c2f9d4b98170f.tar.bz2
autosplitters-c46bf4fe1694ffa86fb2dea46b7c2f9d4b98170f.zip
[Manifold Garden] Fix typo
-rw-r--r--Manifold Garden.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Manifold Garden.asl b/Manifold Garden.asl index 1a6c6c4..2b71d9a 100644 --- a/Manifold Garden.asl +++ b/Manifold Garden.asl
@@ -39,7 +39,7 @@ startup {
39 settings.Add("fall",false,"Including all ending falling scenes","every"); 39 settings.Add("fall",false,"Including all ending falling scenes","every");
40 settings.Add("allGodCubes", false, "All God Cubes waypoints"); 40 settings.Add("allGodCubes", false, "All God Cubes waypoints");
41 settings.Add("zero", false, "Zero% waypoints"); 41 settings.Add("zero", false, "Zero% waypoints");
42 settings.Add("raymarchitecture", true, "Split on Raymarchitecture (ending cutsence)"); 42 settings.Add("raymarchitecture", true, "Split on Raymarchitecture (ending cutscene)");
43 settings.Add("norepeats",false,"Split only on the first encounter of each level"); 43 settings.Add("norepeats",false,"Split only on the first encounter of each level");
44 vars.waypoints = null; 44 vars.waypoints = null;
45 vars.prevLevel = 0; 45 vars.prevLevel = 0;