- more small fixes.

This commit is contained in:
Tercio
2015-04-06 18:24:19 -03:00
parent c5dab8e316
commit 12299f1a0a
10 changed files with 63 additions and 10 deletions
@@ -648,7 +648,7 @@ local runes_id = {
focus_aug2:SetText (n)
local bigger = math.max (amount1, amount2, amount3, amount4, amount5, amount6)
local bigger = math.max (amount1, amount2, amount3, amount4, amount5, amount6, amount7)
show_panel:SetHeight (100 + (bigger * 10))
end