RyanLongair / fftracker

Final Fantasy IV Free Enterprise tracker
0 stars 0 forks source link

Cleanup variable names #1

Open RyanLongair opened 3 years ago

RyanLongair commented 3 years ago

Get rid of the one-character variable names outside iterators for sake of readability.

RyanLongair commented 3 years ago

The objective tracking system has some one-character variable names in function calls, e.g. checkOffObjectives(i) but otherwise this is mostly done.