mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
Changed masterserver
This commit is contained in:
parent
931f952063
commit
6dd218d1de
2 changed files with 12 additions and 4 deletions
|
@ -57,7 +57,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#endif
|
||||
|
||||
// Heartbeat for dpmaster protocol. You shouldn't change this unless you know what you're doing
|
||||
#define HEARTBEAT_FOR_MASTER "DarkPlaces"
|
||||
#define HEARTBEAT_FOR_MASTER "Q3Rally"
|
||||
|
||||
// When com_gamename is LEGACY_MASTER_GAMENAME, use quake3 master protocol.
|
||||
// You shouldn't change this unless you know what you're doing
|
||||
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.3.0_r294"
|
||||
#define PRODUCT_VERSION "v0.0.3.0_r295"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -873,9 +873,11 @@ q3rallycode
|
|||
12=engine\code\cgame\cg_local.h
|
||||
13=engine\code\cgame\cg_rally_hud.c
|
||||
14=engine\code\q3_ui\ui_rally_options.c
|
||||
15=engine\code\q3_ui\ui_rally_servers.c
|
||||
16=engine\code\qcommon\qcommon.h
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
Selected=engine\code\qcommon\qcommon.h
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=3681
|
||||
Caret=1,3695
|
||||
|
@ -889,7 +891,7 @@ Caret=1,692
|
|||
TopLine=906
|
||||
Caret=34,916
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=55
|
||||
TopLine=45
|
||||
Caret=39,70
|
||||
[engine\code\q3_ui\ui_rally_credits.c]
|
||||
TopLine=63
|
||||
|
@ -921,3 +923,9 @@ Caret=1,738
|
|||
[engine\code\q3_ui\ui_rally_options.c]
|
||||
TopLine=227
|
||||
Caret=1,242
|
||||
[engine\code\q3_ui\ui_rally_servers.c]
|
||||
TopLine=1230
|
||||
Caret=1,1244
|
||||
[engine\code\qcommon\qcommon.h]
|
||||
TopLine=253
|
||||
Caret=51,267
|
||||
|
|
Loading…
Reference in a new issue