mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 15:34:05 +01:00
[Jan 24 2009] - Rumble
Fixed command queue cancelling "--" from cancelling the next command. (thanks Fren ze/Ogdin) Fixed object timer values from not saving. (thanks Stoneheart) Fixed latest GCC warnings in the /utils. (thanks Jamdog) Fixed violent area spells so they would not harm group members. (thanks Nhilar) Changed usage of qm->nr to GET_MOB_VNUM(qm). (thanks Tails)
This commit is contained in:
parent
b458c58878
commit
c9c7ed9e7a
11 changed files with 41 additions and 26 deletions
|
|
@ -1968,7 +1968,7 @@ static int process_input(struct descriptor_data *t)
|
|||
{
|
||||
write_to_output(t, "All queued commands cancelled.\r\n");
|
||||
flush_queues(t); /* Flush the command queue */
|
||||
return (1); /* No need to process the -- command any further, so quit back out */
|
||||
failed_subst = 1; /* Allow the read point to be moved, but don't add to queue */
|
||||
}
|
||||
|
||||
if (!failed_subst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue