d_bg_w_kcol work (#2490)

This commit is contained in:
Max Roncace
2025-06-19 23:40:53 -07:00
committed by GitHub
parent 0a899a404e
commit 25d13c76e4
3 changed files with 679 additions and 161 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
f32 GetNowY() const { return mNowY; }
void SetNowY(f32 y) { mNowY = y; }
const cXyz& GetPointP() { return m_pos; }
const cXyz& GetPointP() const { return m_pos; }
u32 GetWallPrecheck() const { return mWallPrecheck; }
void OffWall() { mFlags &= ~2; }