diff --git a/source/sw/src/panel.cpp b/source/sw/src/panel.cpp index 9d4eabd42..123ed729c 100644 --- a/source/sw/src/panel.cpp +++ b/source/sw/src/panel.cpp @@ -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; }