jleonard2099 / LHG_ProBB

Lance Haffner Basketball Pro Game
GNU Affero General Public License v3.0
2 stars 0 forks source link

Viewing stats shows no data (ie, team record as 0, no entries) #11

Closed jleonard2099 closed 1 year ago

jleonard2099 commented 1 year ago

Compiling stats for league play does not appear to process. Team / player names should scroll across the screen to indicate they're being checked, but it seems the stat files are being ignored.

This had come up during previous playtests but was addressed by adjusting a conditional to check if the upate should be performed.

It is not clear why this issue has returned.

jleonard2099 commented 1 year ago

Upon further research this issue resurfaced because of untested changes I made at some point to variable scoping. It was an experimental effort which I apparently did not undo.

The issue has been resolved after return to shared variables across the NEWLDR / LOOKY routines, as well as ensuring certain variables set as integers were returned to floats (occassionally need to store large numbers).