mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +00:00
Fix stupid incorrect backwards Rat variable assignment
This commit is contained in:
parent
cd59452806
commit
63120a1ca4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ int BuildRat(short nSprite, int x, int y, int z, short nSector, int nAngle)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sprite[nSprite].ang = nAngle;
|
nAngle = sprite[nSprite].ang;
|
||||||
changespritestat(nSprite, 108);
|
changespritestat(nSprite, 108);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue