score saver: fix type of insurance variable (seems fine either way, but this should be more correct)

This commit is contained in:
somewhatlurker
2019-09-19 20:22:43 +10:00
parent 40297f4faa
commit 1430d71c4c
@@ -151,7 +151,7 @@ namespace TLAC::Components
bool result = divaInitResults(cls);
int clearRank = *(int*)(RESULTS_BASE_ADDRESS + 0xe8);
int insurance = *(int*)(GAME_INFO_ADDRESS + 0x14);
byte insurance = *(byte*)(GAME_INFO_ADDRESS + 0x14);
if (clearRank < 2 || insurance !=0)
return result;