use q3 protocol 68 and wolf protocol 59 by default
git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@210 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
c7c61f743c
commit
e34e5e1a29
@ -222,6 +222,8 @@ struct generic_prefs {
|
||||
|
||||
} *genprefs = NULL;
|
||||
|
||||
|
||||
// change config_get_string below too!
|
||||
char* q3_masterprotocols[] = {
|
||||
"68 - v1.32",
|
||||
"67 - v1.31",
|
||||
@ -3559,7 +3561,7 @@ int prefs_load (void) {
|
||||
/* Quake3 */
|
||||
config_push_prefix ("/" CONFIG_FILE "/Game: Q3S");
|
||||
|
||||
tmp = config_get_string ("protocol=67");
|
||||
tmp = config_get_string ("protocol=68");
|
||||
if ( strlen( tmp ) == 0 )
|
||||
{
|
||||
g_free(tmp);
|
||||
@ -3581,7 +3583,7 @@ int prefs_load (void) {
|
||||
/* Wolfenstein */
|
||||
config_push_prefix ("/" CONFIG_FILE "/Game: WOS");
|
||||
|
||||
tmp = config_get_string ("protocol=58");
|
||||
tmp = config_get_string ("protocol=59");
|
||||
if ( strlen( tmp ) == 0 )
|
||||
{
|
||||
g_free(tmp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user