Fix record value type to be unsigned
This commit is contained in:
parent
cc34ad9bdb
commit
61fb321477
5 changed files with 9 additions and 13 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue