- fixed parameter type for Floatbobphase property.

SVN r4300 (trunk)
This commit is contained in:
Christoph Oelckers 2013-05-31 18:10:41 +00:00
parent ad12be4877
commit 9e3c6a3cc7
1 changed files with 1 additions and 1 deletions

View File

@ -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]");