Ver Fonte

Updated.

Mark Sibly há 7 anos atrás
pai
commit
76a042d141
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      bananas/joystick/joystick.monkey2

+ 0 - 2
bananas/joystick/joystick.monkey2

@@ -18,8 +18,6 @@ Class Player
 	Field id:Int
 	Field joystick:Joystick
 	
-	Global used:=New StringMap<Bool>
-	
 	Method New( id:Int )
 		Self.id=id
 		Self.joystick=Joystick.Open( id )