mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-08 17:32:14 +00:00
Bumped version to 2.21
This commit is contained in:
parent
7900ab7bd9
commit
4eb9d3f0a1
3 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.50 2002/09/08 00:34:26 jbravo
|
||||||
|
// Bumped version to 2.21
|
||||||
|
//
|
||||||
// Revision 1.49 2002/09/01 12:30:29 makro
|
// Revision 1.49 2002/09/01 12:30:29 makro
|
||||||
// Small fixes
|
// Small fixes
|
||||||
//
|
//
|
||||||
|
@ -4799,7 +4802,7 @@ static void UI_BuildServerDisplayList(qboolean force)
|
||||||
if (len == 0) {
|
if (len == 0) {
|
||||||
//Makro - changing from Team Arena to RQ3 beta2
|
//Makro - changing from Team Arena to RQ3 beta2
|
||||||
//strcpy(uiInfo.serverStatus.motd, "Welcome to Team Arena!");
|
//strcpy(uiInfo.serverStatus.motd, "Welcome to Team Arena!");
|
||||||
strcpy(uiInfo.serverStatus.motd, " *** Welcome to Reaction Quake 3 Beta 2.2 *** ");
|
strcpy(uiInfo.serverStatus.motd, " *** Welcome to Reaction Quake 3 Beta 2.21 *** ");
|
||||||
len = strlen(uiInfo.serverStatus.motd);
|
len = strlen(uiInfo.serverStatus.motd);
|
||||||
}
|
}
|
||||||
if (len != uiInfo.serverStatus.motdLen) {
|
if (len != uiInfo.serverStatus.motdLen) {
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
textscale .45
|
textscale .45
|
||||||
textalignx 220
|
textalignx 220
|
||||||
textaligny 100
|
textaligny 100
|
||||||
text "REACTION QUAKE 3 BETA 2.2"
|
text "REACTION QUAKE 3 BETA 2.21"
|
||||||
autowrapped
|
autowrapped
|
||||||
visible 1
|
visible 1
|
||||||
decoration
|
decoration
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
itemDef {
|
itemDef {
|
||||||
name copyright
|
name copyright
|
||||||
autowrapped
|
autowrapped
|
||||||
text "Reaction Quake 3 Beta 2.2\n"
|
text "Reaction Quake 3 Beta 2.21\n"
|
||||||
"Copyright (c) 2000 - 2002 Reaction Quake 3 Team\n"
|
"Copyright (c) 2000 - 2002 Reaction Quake 3 Team\n"
|
||||||
"Quake III Arena (c) 1999 - 2000 id Software Inc."
|
"Quake III Arena (c) 1999 - 2000 id Software Inc."
|
||||||
style 0
|
style 0
|
||||||
|
|
Loading…
Reference in a new issue