- fixed a few fixed/float parameter mixups.

This commit is contained in:
Christoph Oelckers 2016-04-03 12:54:47 +02:00
commit 58eb64a7e0
7 changed files with 26 additions and 27 deletions

View file

@ -388,7 +388,7 @@ void ADynamicLight::UpdateLocation()
//
//==========================================================================
void ADynamicLight::SetOrigin(fixed_t x, fixed_t y, fixed_t z, bool moving)
void ADynamicLight::SetOrigin(double x, double y, double z, bool moving)
{
Super::SetOrigin(x, y, z, moving);
LinkLight();