summaryrefslogtreecommitdiff
path: root/src/d/d_magma.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-26 00:11:58 -0400
committerGitHub <noreply@github.com>2026-05-26 00:11:58 -0400
commit102042628fa139f4e509251bdd9095493f031e28 (patch)
treea5b37fcd76d8c0105f2e9b379b7e2daa7eae2266 /src/d/d_magma.cpp
parent79277cb2b2672104b87172d8ff620f923f450658 (diff)
Process profiles and enums cleanup (#1031)
* Fix some profile comments * Add missing static for local visibility data * Move proc name and draw priority enums to f_pc * Add _e suffix to daObjBarrier_c proc enum * Change proc name enum format to match TP * Change draw prio enum format to match TP * Change ItemNo enum format, finish fixing item names * Revert static for cb1 hio * Clean up formatting of profile comments * Fix comment alignment
Diffstat (limited to 'src/d/d_magma.cpp')
-rw-r--r--src/d/d_magma.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_magma.cpp b/src/d/d_magma.cpp
index 98e5cb4f..7dd4a77f 100644
--- a/src/d/d_magma.cpp
+++ b/src/d/d_magma.cpp
@@ -11,10 +11,10 @@
#include "m_Do/m_Do_mtx.h"
#include "m_Do/m_Do_lib.h"
-Mtx l_kuroOrthoMtx;
-Mtx l_colOrthoMtx;
+static Mtx l_kuroOrthoMtx;
+static Mtx l_colOrthoMtx;
-Vec l_YfloorPos[] = {
+static Vec l_YfloorPos[] = {
{ -500.0f, -0.0f, 500.0f },
{ 500.0f, -0.0f, 500.0f },
{ -500.0f, 0.0f, -500.0f },
@@ -24,7 +24,7 @@ Vec l_YfloorPos[] = {
#include "assets/l_YfloorDL.h"
#include "assets/l_YfloorMatDL.h"
-Vec l_YballPos[] = {
+static Vec l_YballPos[] = {
{172.280487f, -7.398514f, -167.445663f},
{0.000006f, -7.398514f, -236.803879f},
{-172.280487f, -7.398515f, -167.445648f},