change to position objects complete

This commit is contained in:
Torsten Ruger
2018-05-05 20:25:10 +03:00
parent 3244c7d633
commit 40f4bfc287
6 changed files with 25 additions and 12 deletions

View File

@ -14,7 +14,7 @@ module Risc
class Machine
include Logging
log_level :debug
log_level :info
def initialize
@booted = false
@ -158,6 +158,7 @@ module Risc
def boot
initialize
Position.positions.clear
@objects = nil
@translated = false
boot_parfait!