2
0
Mark Sibly 7 жил өмнө
parent
commit
76a042d141

+ 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 )