mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
fixed menu items for start/stop demo recording
This commit is contained in:
parent
a1dcfd5a95
commit
56a952364a
2 changed files with 7 additions and 7 deletions
|
@ -349,8 +349,8 @@ static bind_t g_bindings[] =
|
|||
{"messagemode4", "chat - attacker", ID_CHAT4, ANIM_CHAT, -1, -1, -1, -1},
|
||||
{"dropWeapon", "drop rear weapon", ID_DROP_REAR, ANIM_DROPREAR, 'r', -1, -1, -1},
|
||||
{"headlights", "headlight toggle", ID_HEADLIGHT, ANIM_HEADLIGHT, 'l', -1, -1, -1},
|
||||
{"record", "start", ID_STARTDEMO, ANIM_STARTDEMO, 'z', -1, -1, -1},
|
||||
{"stoprecord", "stop", ID_STOPDEMO, ANIM_STOPDEMO, 'u', -1, -1, -1},
|
||||
{"record", "start demo", ID_STARTDEMO, ANIM_STARTDEMO, 'z', -1, -1, -1},
|
||||
{"stoprecord", "stop demo", ID_STOPDEMO, ANIM_STOPDEMO, 'u', -1, -1, -1},
|
||||
|
||||
{(char*)NULL, (char*)NULL, 0, 0, -1, -1, -1, -1},
|
||||
};
|
||||
|
|
|
@ -868,15 +868,15 @@ q3rallycode
|
|||
7=engine\code\cgame\cg_rally_hud2.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\cgame\cg_rally_hud.c
|
||||
Selected=engine\code\q3_ui\ui_rally_controls.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=53
|
||||
Caret=39,70
|
||||
[engine\code\q3_ui\ui_rally_controls.c]
|
||||
TopLine=326
|
||||
Caret=77,352
|
||||
TopLine=328
|
||||
Caret=35,353
|
||||
[engine\code\cgame\cg_info.c]
|
||||
TopLine=154
|
||||
TopLine=156
|
||||
Caret=52,180
|
||||
[engine\code\q3_ui\ui_controls2.c]
|
||||
TopLine=223
|
||||
|
@ -885,7 +885,7 @@ Caret=1,1
|
|||
TopLine=231
|
||||
Caret=1,246
|
||||
[engine\code\cgame\cg_rally_hud.c]
|
||||
TopLine=781
|
||||
TopLine=782
|
||||
Caret=108,806
|
||||
[engine\code\cgame\cg_local.h]
|
||||
TopLine=1876
|
||||
|
|
Loading…
Reference in a new issue