mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-25 13:21:08 +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 "-"
|
laps "-"
|
||||||
length "-"
|
length "-"
|
||||||
checkpoints "-"
|
checkpoints "-"
|
||||||
observerspots "0"
|
observerspots "5"
|
||||||
weapons "RL - LG"
|
weapons "BFG, GL, FT, RL, LG"
|
||||||
powerups "0"
|
powerups "2"
|
||||||
reversable "0"
|
reversable "0"
|
||||||
author "|CE - P3rlE"
|
author "|CE - P3rlE"
|
||||||
}
|
}
|
|
@ -349,8 +349,8 @@ static bind_t g_bindings[] =
|
||||||
{"messagemode4", "chat - attacker", ID_CHAT4, ANIM_CHAT, -1, -1, -1, -1},
|
{"messagemode4", "chat - attacker", ID_CHAT4, ANIM_CHAT, -1, -1, -1, -1},
|
||||||
{"dropWeapon", "drop rear weapon", ID_DROP_REAR, ANIM_DROPREAR, 'r', -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},
|
{"headlights", "headlight toggle", ID_HEADLIGHT, ANIM_HEADLIGHT, 'l', -1, -1, -1},
|
||||||
{"record", "start demo", ID_STARTDEMO, ANIM_STARTDEMO, 'z', -1, -1, -1},
|
{"record", "start demo record", ID_STARTDEMO, ANIM_STARTDEMO, 'z', -1, -1, -1},
|
||||||
{"stoprecord", "stop demo", ID_STOPDEMO, ANIM_STOPDEMO, 'u', -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},
|
{(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"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.0.3.0_r338"
|
#define PRODUCT_VERSION "v0.0.3.0_r339"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -867,13 +867,13 @@ q3rallycode
|
||||||
6=engine\code\sdl\sdl_glimp.c
|
6=engine\code\sdl\sdl_glimp.c
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\qcommon\q_shared.h
|
Selected=engine\code\q3_ui\ui_rally_controls.c
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=53
|
TopLine=53
|
||||||
Caret=39,70
|
Caret=39,70
|
||||||
[engine\code\q3_ui\ui_rally_controls.c]
|
[engine\code\q3_ui\ui_rally_controls.c]
|
||||||
TopLine=853
|
TopLine=333
|
||||||
Caret=47,870
|
Caret=42,353
|
||||||
[engine\code\q3_ui\ui_rally_options.c]
|
[engine\code\q3_ui\ui_rally_options.c]
|
||||||
TopLine=231
|
TopLine=231
|
||||||
Caret=1,246
|
Caret=1,246
|
||||||
|
|
Loading…
Reference in a new issue