vaendryl / Sunrider

source code of the visual novel 'Sunrider'
http://sunrider-vn.com/
41 stars 21 forks source link

BM.moving set to True but the selected unit isn't actually moving resulting in a crash. #84

Closed vaendryl closed 9 years ago

vaendryl commented 9 years ago
  File "game/screens custom.rpy", line 709, in execute
    if BM.moving:
  File "game/screens custom.rpy", line 710, in execute
    $xposition = dispx(BM.selected.current_location[0],BM.selected.current_location[1],zoomlevel,0.50 * ADJX) + int(zoomlevel * MOVX)
  File "game/screens custom.rpy", line 710, in <module>
    $xposition = dispx(BM.selected.current_location[0],BM.selected.current_location[1],zoomlevel,0.50 * ADJX) + int(zoomlevel * MOVX)
AttributeError: 'PactSupport' object has no attribute 'current_location'