summaryrefslogtreecommitdiff
path: root/src/code/z_snap.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-03-21 07:12:22 -0700
committerGitHub <noreply@github.com>2023-03-21 11:12:22 -0300
commit9bb978527f619abbedbc5119fa2811385b29c01e (patch)
treea56cf583e70983d8b336b112240c2b72189a768e /src/code/z_snap.c
parent6d1bc6e34b9a1bf17e90c677379fa5c27d2fec4b (diff)
Misc Cleanup 14 (#1214)
* bgId * z64scene.h whitespace * SubS_ComputeTrackPointRot casts * Macros cleanup * ifs * Empty Loops * Lights_FindBufSlot void * SkelAnime_GetFrameData * }; * Struct inits * fs * @todo * Bug comments * EnPofusen and ObjUm * Trailing comma * Revert "bgId" This reverts commit eea073c5ac30fd41f50436eeade43a811d0f0981. * Revert "z64scene.h whitespace" This reverts commit 399fd57550b7536b357ab6283360042f2e3e1467. * Revert "SubS_ComputeTrackPointRot casts" This reverts commit dea896c8743475508a3c7391e9d19cdb6b63f6a7. * FAKE * Review * Format
Diffstat (limited to 'src/code/z_snap.c')
-rw-r--r--src/code/z_snap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/code/z_snap.c b/src/code/z_snap.c
index d64cfbe6e..e9663b02f 100644
--- a/src/code/z_snap.c
+++ b/src/code/z_snap.c
@@ -42,9 +42,8 @@ s32 Snap_RecordPictographedActors(PlayState* play) {
break;
}
- if (actor->id) {
- ; // Needed to match
- }
+ //! FAKE:
+ if (1) {}
// Actors which may be pictographed anywhere
switch (actor->id) {