Commit ad57378
committed
compiler: fix continue-in-switch-in-switch-in-while
previously it threw a "Reentered block with different amount of vars on stack" error when re-decompiling the script
this makes txr compile properly i think
i think this is a compiler error because it decompiles when i make that same script in gamemaker1 parent 78a99df commit ad57378
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
908 | 910 | | |
909 | 911 | | |
910 | 912 | | |
| |||
0 commit comments