Fix many missing NULLs (#1389)

* Fix many missing NULLs

* Fix a raw actor id in en_horse
This commit is contained in:
Roman971
2022-10-04 07:18:50 +02:00
committed by GitHub
parent 78e528d6fb
commit 2f4c25da53
42 changed files with 66 additions and 64 deletions
+1 -1
View File
@@ -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);
}