OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Fix `goto` inside multiple enumerator loops #1861

Closed wixoaGit closed 3 months ago

wixoaGit commented 3 months ago

Fixes #154

Each DMProcState now has 16 slots for enumerators instead of them being a stack. Opcodes using enumerators must refer to which slot they're using.