mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Removed this function
This commit is contained in:
parent
5d93f86499
commit
ec8e884a31
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ extern skin_t skins[MAXSKINS];
|
|||
void R_InitSkins(void);
|
||||
|
||||
INT32 GetPlayerDefaultSkin(INT32 playernum);
|
||||
void SetPlayerDefaultSkin(INT32 playernum);
|
||||
void SetPlayerSkin(INT32 playernum,const char *skinname);
|
||||
void SetPlayerSkinByNum(INT32 playernum,INT32 skinnum); // Tails 03-16-2002
|
||||
boolean R_SkinUsable(INT32 playernum, INT32 skinnum);
|
||||
|
|
Loading…
Reference in a new issue