diff options
Diffstat (limited to 'pkg/pointer/exec.go')
-rw-r--r-- | pkg/pointer/exec.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/pointer/exec.go b/pkg/pointer/exec.go index 0590482..61b415f 100644 --- a/pkg/pointer/exec.go +++ b/pkg/pointer/exec.go @@ -296,9 +296,6 @@ func (p *Pointer) eval(c int, f *field.Field) (done bool, returnValue *int) { log.Fatalf("Non implemented instruction code %d : %c", c, c) case 't': log.Fatalf("Non implemented instruction code %d : %c", c, c) - case 12: - // Trifunge function that resets in befunge - p.x, p.y = 0, 0 default: handled = false } |