Fixed double native error

This commit is contained in:
David Anderson 2004-03-08 04:10:19 +00:00
parent 297aac76eb
commit 096a9f5f14

View File

@ -199,9 +199,6 @@ native get_user_deaths(index);
/* Sets player deaths. */
native set_user_deaths(index, newdeaths);
/* Returns player frags. */
native get_user_frags(index);
/* Sets player frags. */
native set_user_frags(index, frags);