MxSmack::LoadHeader (#1080)

This commit is contained in:
MS
2024-08-07 23:19:12 -04:00
committed by GitHub
parent e09acfcddb
commit 51d4dead1a
3 changed files with 121 additions and 111 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. at 0x101523b9, in reference to BITMAPINFOHEADER.biHeight
// 2. MxSmack::LoadFrame
// FUNCTION: BETA10 0x1002c690
static MxLong HeightAbs(MxLong p_value) { return p_value > 0 ? p_value : -p_value; }