This commit is contained in:
Christoph Oelckers 2016-07-21 12:01:53 +02:00
commit dd962798a5
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ static int PatchThing (int thingy)
{ {
if (stricmp (Line1, "Speed") == 0) 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) else if (stricmp (Line1, "Width") == 0)
{ {