mirror of
https://github.com/zeldaret/oot
synced 2026-05-30 08:56:41 -04:00
Fix many missing NULLs (#1389)
* Fix many missing NULLs * Fix a raw actor id in en_horse
This commit is contained in:
@@ -3071,7 +3071,7 @@ void AudioDebug_Draw(GfxPrint* printer) {
|
||||
}
|
||||
|
||||
GfxPrint_SetPos(printer, 3, 24);
|
||||
if (sSariaBgmPtr != 0) {
|
||||
if (sSariaBgmPtr != NULL) {
|
||||
GfxPrint_Printf(printer, "SARIA BGM PTR %08x", sSariaBgmPtr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user