mirror of
https://github.com/zeldaret/tmc
synced 2026-08-15 12:59:16 -04:00
A few more
This commit is contained in:
@@ -117,7 +117,7 @@ void sub_08064EE8(Entity* this) {
|
||||
}
|
||||
|
||||
fxEnt = CreateFx(this, confettiFx, 0);
|
||||
if (fxEnt && bVar1 == 2) {
|
||||
if ((fxEnt != NULL) && (bVar1 == 2)) {
|
||||
fxEnt->spriteSettings.flipX = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user