Fixed pin_add

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1994 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-22 23:31:51 +00:00
parent 8ab73045aa
commit bc9a0a4963
1 changed files with 1 additions and 1 deletions

View File

@ -1673,7 +1673,7 @@ void SV_Pin_Delete_f(void)
}
void SV_Pin_Add_f(void)
{
PIN_MakeMessage(Cmd_Argv(0), Cmd_Argv(1));
PIN_MakeMessage(Cmd_Argv(1), Cmd_Argv(2));
}