rename MxSmack to MxSmk (#1288)

* rename MxSmack to MxSmk

* format
This commit is contained in:
Ramen2X
2024-12-27 13:00:56 -05:00
committed by GitHub
parent 669454a194
commit fb2e9fb5ec
7 changed files with 63 additions and 63 deletions

View File

@@ -90,7 +90,7 @@ public:
// DECOMP: This could be a free function. It is static here because it has no
// reference to "this". In the beta it is called in two places:
// 1. GetBmiHeightAbs
// 2. MxSmack::LoadFrame
// 2. MxSmk::LoadFrame
// FUNCTION: BETA10 0x1002c690
static MxLong HeightAbs(MxLong p_value) { return p_value > 0 ? p_value : -p_value; }