mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +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$
|
||||
// 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
|
||||
// Small fixes
|
||||
//
|
||||
|
@ -4799,7 +4802,7 @@ static void UI_BuildServerDisplayList(qboolean force)
|
|||
if (len == 0) {
|
||||
//Makro - changing from Team Arena to RQ3 beta2
|
||||
//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);
|
||||
}
|
||||
if (len != uiInfo.serverStatus.motdLen) {
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
textscale .45
|
||||
textalignx 220
|
||||
textaligny 100
|
||||
text "REACTION QUAKE 3 BETA 2.2"
|
||||
text "REACTION QUAKE 3 BETA 2.21"
|
||||
autowrapped
|
||||
visible 1
|
||||
decoration
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
itemDef {
|
||||
name copyright
|
||||
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"
|
||||
"Quake III Arena (c) 1999 - 2000 id Software Inc."
|
||||
style 0
|
||||
|
|
Loading…
Reference in a new issue