summaryrefslogtreecommitdiff
path: root/src/code/z_snap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_snap.c')
-rw-r--r--src/code/z_snap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_snap.c b/src/code/z_snap.c
index aa2f7439f..972f359f0 100644
--- a/src/code/z_snap.c
+++ b/src/code/z_snap.c
@@ -113,11 +113,11 @@ s32 func_8013A530(GlobalContext* globalCtx, Actor* actor, s32 flag, Vec3f* pos,
s16 x;
s16 y;
f32 distance;
- UNK_TYPE unk1;
+ CollisionPoly* unk1;
Camera* camera;
Actor* actors[2];
s32 ret = 0;
- UNK_TYPE unk2;
+ u32 unk2;
camera = ACTIVE_CAM;