From e4b31cbd6b735dab6d88978722c51e50eb160070 Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 9 Mar 2025 17:56:43 +0100 Subject: [PATCH] Remove fixed regswap comment --- src/d/d_stage_parse.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/d/d_stage_parse.cpp b/src/d/d_stage_parse.cpp index 63d0c66a..b04852c4 100644 --- a/src/d/d_stage_parse.cpp +++ b/src/d/d_stage_parse.cpp @@ -244,10 +244,6 @@ static void handleBzsPly(int roomid, const BzsSectionHead *section) { extern "C" u16 getActorIdForObjName2(const char *objname); -// The above function suffered from tons of regswaps that ended up being fixed very quickly -// (swapping *pos and *ang). The below four functions have a single regswap that I don't -// understand and that I spent more time trying to fix than in the above function. - static void handleBzsObjn(int roomid, const BzsSectionHead *section) { const OBJN *objn = OFS_TO_PTR(OBJN, section); const char *buf = reinterpret_cast(objn);