summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2024-01-08 22:30:10 -0500
committerNicholas Estelami <NEstelami@users.noreply.github.com>2024-01-08 22:30:10 -0500
commit6b1e8a8fa249b74796b9bc54ccc8cf81aa124ffb (patch)
tree38626a625ff32d44a2459685c5d8da94ea84f706
parent572b13236bebbd2e4c4e9c78a02f995fb730d151 (diff)
Removed debug code
-rw-r--r--ZAPD/OtherStructs/CutsceneMM_Commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ZAPD/OtherStructs/CutsceneMM_Commands.cpp b/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
index c26b39c..5c768d3 100644
--- a/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
+++ b/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
@@ -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) \