From 59a964bb839354cdd16628596b6d9408b0d104eb Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 28 Aug 2020 11:02:40 +0200 Subject: [PATCH] - same for SW --- source/sw/src/panel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }