fixed bug in create pwup function

This commit is contained in:
Lukasz Wlasinksi 2004-10-03 11:07:49 +00:00
parent c511d80da7
commit 0fc8f0b489

View File

@ -77,7 +77,7 @@ native ts_getuserlastfrag( index );
native ts_giveweapon( index,weapon,clips,extra );
/* Function will create pwup entity and return its index (pwupent) */
native ts_createpwup( index,pwup );
native ts_createpwup( pwup );
native ts_givepwup( index,pwupent );