mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 10:01:46 +00:00
Another possible fix for snow crash
This commit is contained in:
parent
ee032fe123
commit
4b15338536
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