mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
Fixed VM state resetting.
This commit is contained in:
parent
d2b57bb0c6
commit
fbc9d96d25
@ -185,6 +185,8 @@ export class VirtualMachine {
|
|||||||
this.object_code = object_code;
|
this.object_code = object_code;
|
||||||
this.label_to_seg_idx.clear();
|
this.label_to_seg_idx.clear();
|
||||||
this.set_episode_called = false;
|
this.set_episode_called = false;
|
||||||
|
this.list_open = false;
|
||||||
|
this.selection_reg = 0;
|
||||||
|
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user