mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Another possible fix for snow crash
This commit is contained in:
parent
63a30f7838
commit
3a2bcd8c25
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue