mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
maap q3r_david4 updated
little menu fix for demo record
This commit is contained in:
parent
8666c811e6
commit
03eb3cc489
6 changed files with 9 additions and 9 deletions
Binary file not shown.
Binary file not shown.
|
@ -6,9 +6,9 @@ starts "14"
|
|||
laps "-"
|
||||
length "-"
|
||||
checkpoints "-"
|
||||
observerspots "0"
|
||||
weapons "RL - LG"
|
||||
powerups "0"
|
||||
observerspots "5"
|
||||
weapons "BFG, GL, FT, RL, LG"
|
||||
powerups "2"
|
||||
reversable "0"
|
||||
author "|CE - P3rlE"
|
||||
}
|
|
@ -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 demo", ID_STARTDEMO, ANIM_STARTDEMO, 'z', -1, -1, -1},
|
||||
{"stoprecord", "stop demo", ID_STOPDEMO, ANIM_STOPDEMO, 'u', -1, -1, -1},
|
||||
{"record", "start demo record", ID_STARTDEMO, ANIM_STARTDEMO, 'z', -1, -1, -1},
|
||||
{"stoprecord", "stop demo record", ID_STOPDEMO, ANIM_STOPDEMO, 'u', -1, -1, -1},
|
||||
|
||||
{(char*)NULL, (char*)NULL, 0, 0, -1, -1, -1, -1},
|
||||
};
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.3.0_r338"
|
||||
#define PRODUCT_VERSION "v0.0.3.0_r339"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -867,13 +867,13 @@ q3rallycode
|
|||
6=engine\code\sdl\sdl_glimp.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
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=853
|
||||
Caret=47,870
|
||||
TopLine=333
|
||||
Caret=42,353
|
||||
[engine\code\q3_ui\ui_rally_options.c]
|
||||
TopLine=231
|
||||
Caret=1,246
|
||||
|
|
Loading…
Reference in a new issue