Fixed a small bug with 'alias name'
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@144 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
de51889f62
commit
a2fc77cd18
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ void Cmd_Alias_f (void)
|
||||||
{
|
{
|
||||||
cmd_alias = a->next;
|
cmd_alias = a->next;
|
||||||
Z_Free(a);
|
Z_Free(a);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue