fix unsafe type error

This commit is contained in:
pierow 2024-04-29 21:28:33 -04:00
parent e08554b34f
commit 019045c5c7

View file

@ -25,7 +25,7 @@ private:
unsigned int m_iConHeight;
float m_flOffsetX;
float m_flOffsetY;
byte m_bIsWidescreen;
bool m_bIsWidescreen;
public: