1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-13 10:21:18 +00:00

Use s32 as type instead of StackStatus enum type

This commit is contained in:
Dragorn421 2022-02-19 17:50:51 +01:00
parent 67f294774b
commit b1c0c2db76
No known key found for this signature in database
GPG key ID: C182A3A3996E8201
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ void StackCheck_Cleanup(StackEntry* entry) {
}
}
StackStatus StackCheck_GetState(StackEntry* entry) {
s32 StackCheck_GetState(StackEntry* entry) {
u32* last;
u32 used;
u32 free;