mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed inappropriate type for FloatBobPhase property.
SVN r4299 (trunk)
This commit is contained in:
parent
dbf68e3f2c
commit
ad12be4877
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ DEFINE_PROPERTY(scale, F, Actor)
|
|||
//==========================================================================
|
||||
DEFINE_PROPERTY(floatbobphase, F, Actor)
|
||||
{
|
||||
PROP_FIXED_PARM(id, 0);
|
||||
PROP_INT_PARM(id, 0);
|
||||
if (id < -1 || id >= 64) I_Error ("FloatBobPhase must be in range [-1,63]");
|
||||
defaults->FloatBobPhase = id;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue