mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-13 00:24:29 +00:00
*** empty log message ***
This commit is contained in:
parent
b27ca7ff32
commit
386ff49727
3 changed files with 12 additions and 9 deletions
|
@ -7,6 +7,9 @@
|
|||
* With allWeapon/allItems enable it won't toss weapons/items when you die
|
||||
* Various helmet bugs fixed.
|
||||
* Successful mapvote now waits for a round to end in TP.
|
||||
* Fixed a bug in the replacement code with grenades
|
||||
* In some circumstanses you would also get chest damage from a headshot
|
||||
* Bug in the UI radiobind code fixed.
|
||||
|
||||
# List fixes here for the 3.0 release
|
||||
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
textscale .45
|
||||
textalignx 220
|
||||
textaligny 100
|
||||
text "REACTION QUAKE 3 v3.0"
|
||||
text "REACTION QUAKE 3 v3.1"
|
||||
autowrapped
|
||||
visible 1
|
||||
decoration
|
||||
|
@ -370,7 +370,7 @@
|
|||
"Malcolm Ramsay\n"
|
||||
"Jesse Smith\n"
|
||||
"Jaymz Plummer\n"
|
||||
"Hannu Saarinenas\n"
|
||||
"Hannu Saarinen\n"
|
||||
"Henri Tervapuro\n"
|
||||
"Julien\n"
|
||||
"Kyle VanMeurs"
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
itemDef {
|
||||
name copyright
|
||||
autowrapped
|
||||
text "Reaction Quake 3 v3.0\n"
|
||||
text "Reaction Quake 3 v3.1\n"
|
||||
"Copyright (c) 2000 - 2003 Boomstick Studios\n"
|
||||
"Quake III Arena (c) 1999 - 2000 id Software Inc."
|
||||
style 0
|
||||
|
|
Loading…
Reference in a new issue