mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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;
|
||||
binding = toggleconsole;
|
||||
},
|
||||
{
|
||||
imt = imt_demo;
|
||||
num = 61;
|
||||
binding = menu_load;
|
||||
},
|
||||
{
|
||||
imt = imt_demo;
|
||||
num = 67;
|
||||
binding = "echo Quickloading...; wait; load quick";
|
||||
},
|
||||
{
|
||||
imt = imt_demo;
|
||||
num = 68;
|
||||
|
|
Loading…
Reference in a new issue