|
@@ -194,7 +194,7 @@ class CodeBox {
|
|
}
|
|
}
|
|
|
|
|
|
Swim() {
|
|
Swim() {
|
|
- const instruction = this.box[this.pointer[0], this.pointer[1]];
|
|
|
|
|
|
+ const instruction = this.box[this.pointer[0]][this.pointer[1]];
|
|
|
|
|
|
if(this.stringMode != 0 && instruction != this.stringMode) {
|
|
if(this.stringMode != 0 && instruction != this.stringMode) {
|
|
this.stack.Push(dec(instruction));
|
|
this.stack.Push(dec(instruction));
|