From e6f66e3c93e5d82f72edc49bc191e73939bb0046 Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Sun, 24 Feb 2013 17:17:20 +0000 Subject: [PATCH] - Fixed: GCC build. SVN r4165 (trunk) --- src/g_shared/a_morph.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/g_shared/a_morph.cpp b/src/g_shared/a_morph.cpp index 836cf41e72..8b76e2f669 100644 --- a/src/g_shared/a_morph.cpp +++ b/src/g_shared/a_morph.cpp @@ -15,6 +15,9 @@ static FRandom pr_morphmonst ("MorphMonster"); +void EndAllPowerupEffects(AInventory *item); +void InitAllPowerupEffects(AInventory *item); + //--------------------------------------------------------------------------- // // FUNC P_MorphPlayer