From 6b1e8a8fa249b74796b9bc54ccc8cf81aa124ffb Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Mon, 8 Jan 2024 22:30:10 -0500 Subject: Removed debug code --- ZAPD/OtherStructs/CutsceneMM_Commands.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ZAPD') 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) \ -- cgit v1.2.3