Skip to content

Commit

Permalink
yet another GameCheck regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Jan 11, 2014
1 parent c4eb819 commit fddcdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/GUIScripts/GUIREC.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ def OpenKitInfoWindow ():

pc = GemRB.GameGetSelectedPCSingle ()
ClassName = GUICommon.GetClassRowName (pc)
Multi = GameCheck.HasMultiClassBits (pc)
Multi = GUICommon.HasMultiClassBits (pc)
Dual = GUICommon.IsDualClassed (pc, 1)

if Multi and Dual[0] == 0: # true multi class
Expand Down

0 comments on commit fddcdaf

Please sign in to comment.