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:
Spoike 2004-09-06 11:13:43 +00:00
parent de51889f62
commit a2fc77cd18
1 changed files with 1 additions and 0 deletions

View File

@ -724,6 +724,7 @@ void Cmd_Alias_f (void)
{
cmd_alias = a->next;
Z_Free(a);
return;
}
else
{