Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Small Issue with Spells
#8
change the
Code:
frmSpellEditor.scrlFrame.Max = (DDS_Spell(scrlFrame.Value).SurfDescription.lWidth \ SIZE_X) - 1

with this
Code:
frmSpellEditor.scrlFrame.Max = (DDS_Spell(scrlPic.Value).SurfDescription.lWidth \ SIZE_X) - 1

in case u didnt notice,
i replaced scrlFrame.value with scrlPic.value
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)