summaryrefslogtreecommitdiffstats
path: root/src/crsm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.hpp')
-rw-r--r--src/crsm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.hpp b/src/crsm.hpp
index d8f6d0d..c1d655d 100644
--- a/src/crsm.hpp
+++ b/src/crsm.hpp
@@ -107,7 +107,6 @@ private:
struct CRSMSession {
- bool IrcUseIngameChat = false;
bool League = false;
enum {None = -1, Lobby = 0, Loading = 1, Running = 2} State = None;
bool UserWish = false;
@@ -123,6 +122,7 @@ private:
struct {
ClientInfo Admin;
+ bool UseIngameChat = false;
} IRC;
void clear()