minor cleaning

This commit is contained in:
Torsten Ruger
2015-11-07 21:55:04 +02:00
parent 8c68ffc7a4
commit 2315ad6920
5 changed files with 3 additions and 10 deletions

View File

@ -115,7 +115,6 @@ module Interpreter
end
def execute_GetSlot
puts @instruction
object = get_register( @instruction.array )
if( @instruction.index.is_a?(Numeric) )
index = @instruction.index