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:
Brian Koropoff 2002-05-11 06:09:50 +00:00
parent 69894d96c4
commit 6d37a9e48a
3 changed files with 68 additions and 33 deletions

View file

@ -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