mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
[client] Add bindings for load and quickload in demos
This commit is contained in:
parent
aacd2575d2
commit
43cdca330b
1 changed files with 10 additions and 0 deletions
|
@ -140,6 +140,16 @@
|
||||||
num = 41;
|
num = 41;
|
||||||
binding = toggleconsole;
|
binding = toggleconsole;
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
imt = imt_demo;
|
||||||
|
num = 61;
|
||||||
|
binding = menu_load;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imt = imt_demo;
|
||||||
|
num = 67;
|
||||||
|
binding = "echo Quickloading...; wait; load quick";
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imt = imt_demo;
|
imt = imt_demo;
|
||||||
num = 68;
|
num = 68;
|
||||||
|
|
Loading…
Reference in a new issue