From 1400687731baedd9419dbf3972c50e3faab0f24e Mon Sep 17 00:00:00 2001 From: roeming Date: Sun, 4 Jan 2026 20:22:04 -0500 Subject: d_a_e_rdy debug work (#3011) * debug work for d_a_e_rdy * remove unused fake function * fix regressions * rename variable * Fix version diffs of angle adding --- src/SSystem/SComponent/c_lib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SSystem/SComponent/c_lib.cpp') diff --git a/src/SSystem/SComponent/c_lib.cpp b/src/SSystem/SComponent/c_lib.cpp index 85587fa018..c9646531c7 100644 --- a/src/SSystem/SComponent/c_lib.cpp +++ b/src/SSystem/SComponent/c_lib.cpp @@ -530,6 +530,6 @@ void MtxPush() { MTXCopy(mtx, *calc_mtx); } -Mtx* MtxPull() { - return calc_mtx--; +void MtxPull() { + calc_mtx--; } -- cgit v1.2.3