mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 10:41:12 +00:00
* 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:
parent
30f02fdfa4
commit
7d2566ef1e
12 changed files with 21 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue