More multiprotocol support

This commit is contained in:
Eduardo Bart
2012-07-26 03:10:28 -03:00
parent e393bc245d
commit c795eb91ab
43 changed files with 421 additions and 341 deletions

View File

@@ -135,10 +135,6 @@ function toggle()
end
end
function onMiniWindowClose()
combatControlsButton:setOn(false)
end
function onSetFightMode(self, selectedFightButton)
if selectedFightButton == nil then return end
local buttonId = selectedFightButton:getId()

View File

@@ -27,7 +27,6 @@ MiniWindow
!text: tr('Combat Controls')
icon: combatcontrols.png
height: 48
@onClose: CombatControls.onMiniWindowClose()
&save: true
MiniWindowContents