mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Fixed up zoom.rc, renamed it to zoom.gib. Made alias with only one
argument print the contents of that alias. Added the sleep command, which works like wait but pauses for a certain number of seconds.
This commit is contained in:
parent
69894d96c4
commit
6d37a9e48a
3 changed files with 68 additions and 33 deletions
|
@ -70,6 +70,10 @@ typedef struct cmd_buffer_s {
|
|||
unsigned int loop; // Buffer loops itself. If true, value signifies number of loops done so far
|
||||
qboolean embedded; // Buffer exists to evaluate embedded command
|
||||
|
||||
// Sleep data
|
||||
double timeleft;
|
||||
double lasttime;
|
||||
|
||||
// Execution position
|
||||
enum {
|
||||
cmd_ready, // Ready to read a command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue