about summary refs log tree commit diff
path: root/src/engine/shared/config.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-07 20:22:25 +0200
committeroy <Tom_Adams@web.de>2010-08-07 20:22:25 +0200
commitad9b32b7417d0837c485b6c9b802cc90aa51c521 (patch)
treefb2c0cd8d68f58bbbd1e0d895cb82086ea824fe7 /src/engine/shared/config.h
parent3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef (diff)
downloadzcatch-ad9b32b7417d0837c485b6c9b802cc90aa51c521.tar.gz
zcatch-ad9b32b7417d0837c485b6c9b802cc90aa51c521.zip
added the possibility to store commands within the console and execute them later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket
Diffstat (limited to 'src/engine/shared/config.h')
-rw-r--r--src/engine/shared/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/shared/config.h b/src/engine/shared/config.h
index 10a54004..ccece08c 100644
--- a/src/engine/shared/config.h
+++ b/src/engine/shared/config.h
@@ -16,7 +16,8 @@ enum
 {
 	CFGFLAG_SAVE=1,
 	CFGFLAG_CLIENT=2,
-	CFGFLAG_SERVER=4
+	CFGFLAG_SERVER=4,
+	CFGFLAG_STORE=8
 };
 
 #endif