You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xor_byte decryption was not being performed correctly while readingscore.dat files.
Introduced with commit: 676cdfe (readHighScore() function).
Note: game.sav files were not affected by this bug.
Code
Delete constant.h, moving many constants into config.h and the rest into
their related headers. Things are looking pretty ugly at the moment but
perhaps it's a better starting point for further refactoring.
Change config.h to namespace'd constants - perhaps not a good approach but let's see!