about summary refs log tree commit diff stats
path: root/Manifold Garden.asl
diff options
context:
space:
mode:
Diffstat (limited to 'Manifold Garden.asl')
-rw-r--r--Manifold Garden.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Manifold Garden.asl b/Manifold Garden.asl index 07eebe1..1a6c6c4 100644 --- a/Manifold Garden.asl +++ b/Manifold Garden.asl
@@ -121,6 +121,7 @@ split {
121 } else if (!vars.firstRoom && current.level == 9) { 121 } else if (!vars.firstRoom && current.level == 9) {
122 vars.firstRoom = true; 122 vars.firstRoom = true;
123 vars.prevLevel = current.level; 123 vars.prevLevel = current.level;
124 vars.prev.Add(9);
124 } 125 }
125 126
126 // Final split of the game: 127 // Final split of the game: