mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- fixed "roll" in maphack parser
This commit is contained in:
parent
410a269c93
commit
cb14e3023e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static int32_t LoadMapHack(const char *filename)
|
|||
else if (sc.Compare("roll"))
|
||||
{
|
||||
if (sc.CheckNumber() && validateSprite())
|
||||
spriteext[currentsprite].pitch = (int16_t)sc.Number;
|
||||
spriteext[currentsprite].roll = (int16_t)sc.Number;
|
||||
}
|
||||
else if (sc.Compare("mdxoff") || sc.Compare("mdpivxoff") || sc.Compare("mdpivotxoff"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue