mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
dd962798a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue