mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- same for SW
This commit is contained in:
parent
747dac6c41
commit
59a964bb83
1 changed files with 2 additions and 2 deletions
|
@ -106,12 +106,12 @@ int ChangeWeapon(PLAYERp);
|
|||
ANIMATOR InitFire;
|
||||
|
||||
int
|
||||
NullAnimator(short UNUSED(SpriteNum))
|
||||
NullAnimator(short)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void pNullAnimator(PANEL_SPRITEp UNUSED(psp))
|
||||
void pNullAnimator(PANEL_SPRITEp)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue