Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
NEstelami committed Jan 9, 2024
1 parent 572b132 commit 6b1e8a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ZAPD/OtherStructs/CutsceneMM_Commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ CutsceneSubCommandEntry_SplineMiscPoint::CutsceneSubCommandEntry_SplineMiscPoint
roll = BitConverter::ToUInt16BE(rawData, rawDataIndex + 2);
fov = BitConverter::ToUInt16BE(rawData, rawDataIndex + 4);
unused1 = BitConverter::ToUInt16BE(rawData, rawDataIndex + 6);
printf("%s\n", GetBodySourceCode().c_str());
}

/*#define CS_CAM_MISC(unused0, roll, fov, unused1) \
Expand Down

0 comments on commit 6b1e8a8

Please sign in to comment.