* Updated to ZDoom 4031:

- GCC warning cleanup.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1508 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2013-01-22 13:20:35 +00:00
parent 30f02fdfa4
commit 7d2566ef1e
12 changed files with 21 additions and 20 deletions

View file

@ -1488,7 +1488,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_CheckPlayerDone)
//
//===========================================================================
void P_CheckPlayerSprite(AActor *actor, unsigned &spritenum, fixed_t &scalex, fixed_t &scaley)
void P_CheckPlayerSprite(AActor *actor, int &spritenum, fixed_t &scalex, fixed_t &scaley)
{
player_t *player = actor->player;
int crouchspriteno;