diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-08 09:16:03 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-08 09:16:03 +0000 |
| commit | 5fa862c8d4c5bf1a96c5f0d9b5234f38550c7d8c (patch) | |
| tree | b1bb5f72867c234fb49a006ccb5e98633934604d /src/game/game_variables.h | |
| parent | 711aa0db763e31bd7916ea31f5f3f934e4000ab8 (diff) | |
| download | zcatch-5fa862c8d4c5bf1a96c5f0d9b5234f38550c7d8c.tar.gz zcatch-5fa862c8d4c5bf1a96c5f0d9b5234f38550c7d8c.zip | |
fixed so that the host address field is saved between launches
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 5dd5cf33..3f779730 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -45,6 +45,8 @@ MACRO_CONFIG_STR(player_skin, 64, "default") MACRO_CONFIG_INT(dbg_new_gui, 0, 0, 1) MACRO_CONFIG_INT(ui_page, 0, 0, 5) +MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303") + MACRO_CONFIG_STR(sv_msg, 512, "") |