Fix record value type to be unsigned

This commit is contained in:
gamemasterplc 2024-08-18 07:59:47 -05:00
parent cc34ad9bdb
commit 61fb321477
5 changed files with 9 additions and 13 deletions

View file

@ -213,7 +213,7 @@ void ObjectSetup(void) {
WipeCreate(WIPE_MODE_IN, WIPE_TYPE_NORMAL, 60);
HuAudSndGrpSet(0x1C);
lbl_1_bss_2 = 0;
if (GWMGRecordGet(9) == 0U) {
if (GWMGRecordGet(9) == 0) {
GWMGRecordSet(9, 5);
}
}