summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_lib.cpp
diff options
context:
space:
mode:
authorroeming <brother64youyou@gmail.com>2026-01-04 20:22:04 -0500
committerGitHub <noreply@github.com>2026-01-04 17:22:04 -0800
commit1400687731baedd9419dbf3972c50e3faab0f24e (patch)
tree95833e6a68cde9708aa6fa1bd447ecf1cfe8ecd2 /src/SSystem/SComponent/c_lib.cpp
parentb72be3074adae802510f47643cac7bfc1fd6e9c7 (diff)
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
Diffstat (limited to 'src/SSystem/SComponent/c_lib.cpp')
-rw-r--r--src/SSystem/SComponent/c_lib.cpp4
1 files changed, 2 insertions, 2 deletions
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--;
}