mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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;
|
ANIMATOR InitFire;
|
||||||
|
|
||||||
int
|
int
|
||||||
NullAnimator(short UNUSED(SpriteNum))
|
NullAnimator(short)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pNullAnimator(PANEL_SPRITEp UNUSED(psp))
|
void pNullAnimator(PANEL_SPRITEp)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue