here is what i did. in battle.c find
if( wd.flag&BF_SHORT && sc
and change to
if( wd.flag&BF_SHORT|BF_LONG && sc
not sure if it is the proper way to change it. i just know it works for me now
Hadou Kaen hasn't added any friends yet.
12 February 2016 - 11:18 PM
here is what i did. in battle.c find
if( wd.flag&BF_SHORT && sc
and change to
if( wd.flag&BF_SHORT|BF_LONG && sc
not sure if it is the proper way to change it. i just know it works for me now