This commit is contained in:
Christoph Oelckers 2016-07-21 12:01:53 +02:00
commit dd962798a5

View file

@ -921,7 +921,7 @@ static int PatchThing (int thingy)
{
if (stricmp (Line1, "Speed") == 0)
{
info->Speed = val; // handle fixed point later.
info->Speed = (signed long)val; // handle fixed point later.
}
else if (stricmp (Line1, "Width") == 0)
{