Another possible fix for snow crash

This commit is contained in:
MysterD 2022-05-04 05:50:30 -07:00
parent 79d32e9bfb
commit 947f78d4dd
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ Gfx *envfx_update_snow_internal(s32 snowMode, Vec3s marioPos, Vec3s camFrom, Vec
s16 radius, pitch, yaw;
Vec3s snowCylinderPos;
struct SnowFlakeVertex vertex1, vertex2, vertex3;
Gfx *gfxStart;
Gfx *gfxStart = NULL;
Gfx *gfx;
vertex1 = gSnowFlakeVertex1;