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 e4b8d0256f
commit 70134c1350
@@ -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;