From 9e3c6a3cc7f84bbb13060420344d7ba495f9b377 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 31 May 2013 18:10:41 +0000 Subject: [PATCH] - fixed parameter type for Floatbobphase property. SVN r4300 (trunk) --- src/thingdef/thingdef_properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thingdef/thingdef_properties.cpp b/src/thingdef/thingdef_properties.cpp index e745c8f03..cf4ef95bb 100644 --- a/src/thingdef/thingdef_properties.cpp +++ b/src/thingdef/thingdef_properties.cpp @@ -627,7 +627,7 @@ DEFINE_PROPERTY(scale, F, Actor) //========================================================================== // //========================================================================== -DEFINE_PROPERTY(floatbobphase, F, Actor) +DEFINE_PROPERTY(floatbobphase, I, Actor) { PROP_INT_PARM(id, 0); if (id < -1 || id >= 64) I_Error ("FloatBobPhase must be in range [-1,63]");