summaryrefslogtreecommitdiff
path: root/src/client/config.h
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@Centrum.sk>2009-08-19 21:04:42 +0200
committerDusan Durech <dusan.d@Centrum.sk>2009-08-19 21:04:42 +0200
commit56f11df16e2949cf1cd29ed9e0fa43424e2181c2 (patch)
treea8a3a5e569c9640d6969f440785636998be0ab9a /src/client/config.h
parent7e4da11ff95f2867f8032ebb0279e5698053a7eb (diff)
behaves use params and save and load net setting game
Diffstat (limited to 'src/client/config.h')
-rw-r--r--src/client/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/config.h b/src/client/config.h
index c56c537..ae84a76 100644
--- a/src/client/config.h
+++ b/src/client/config.h
@@ -24,7 +24,11 @@
#define CFG_BONUS_4X 18
#define CFG_BONUS_HIDDEN 19
-#define CONFIG_LIST_COUNT 19
+#define CFG_GAME_TYPE 20
+#define CFG_NET_IP 21
+#define CFG_NET_PORT 22
+
+#define CONFIG_LIST_COUNT 22
extern int config_init();
extern void config_load();