mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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