mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
d_bg_w_kcol work (#2490)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user