mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
Small fix from "radio imhit" to "radio im_hit"
This commit is contained in:
parent
b09be3fed5
commit
d2f12294f3
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.76 2003/04/26 10:37:02 slicer
|
||||
// Small fix from "radio imhit" to "radio im_hit"
|
||||
//
|
||||
// Revision 1.75 2003/04/26 02:03:51 jbravo
|
||||
// Helmet fixes
|
||||
//
|
||||
|
@ -8155,7 +8158,7 @@ static cvarTable_t cvarTable[] = {
|
|||
{&ui_RQ3_radioPreset4Script, "ui_RQ3_radioPreset4Script", "say_team Go !; radio go", CVAR_ARCHIVE},
|
||||
//5
|
||||
{&ui_RQ3_radioPreset5Desc, "ui_RQ3_radioPreset5Desc", "I'm hit !", CVAR_ARCHIVE},
|
||||
{&ui_RQ3_radioPreset5Script, "ui_RQ3_radioPreset5Script", "say_team I'm hit, I've got $H left !; radio imhit", CVAR_ARCHIVE},
|
||||
{&ui_RQ3_radioPreset5Script, "ui_RQ3_radioPreset5Script", "say_team I'm hit, I've got $H left !; radio im_hit", CVAR_ARCHIVE},
|
||||
//6
|
||||
{&ui_RQ3_radioPreset6Desc, "ui_RQ3_radioPreset6Desc", "I've got your back !", CVAR_ARCHIVE},
|
||||
{&ui_RQ3_radioPreset6Script, "ui_RQ3_radioPreset6Script", "say_team I've got your back !; radio escort2", CVAR_ARCHIVE},
|
||||
|
|
Loading…
Reference in a new issue