mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 04:31:12 +00:00
fix unsafe type error
This commit is contained in:
parent
e08554b34f
commit
019045c5c7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ private:
|
|||
unsigned int m_iConHeight;
|
||||
float m_flOffsetX;
|
||||
float m_flOffsetY;
|
||||
byte m_bIsWidescreen;
|
||||
bool m_bIsWidescreen;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in a new issue