cmdqueue_reset fix
This commit is contained in:
parent
def7fc7278
commit
1e729048dc
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void cmdqueue_reset()
|
|||
bufindr = 0;
|
||||
bufindw = 0;
|
||||
buflen = 0;
|
||||
cmdbuffer_front_already_processed = false;
|
||||
cmdbuffer_front_already_processed = true;
|
||||
}
|
||||
|
||||
// How long a string could be pushed to the front of the command queue?
|
||||
|
|
Loading…
Add table
Reference in a new issue