mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-31 22:00:46 +00:00
- fix3
This commit is contained in:
parent
53f1db9b85
commit
ae47264c78
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ void gutsdir_r(spritetype* s, short gtype, short n, short p)
|
||||||
void movefta_r(void)
|
void movefta_r(void)
|
||||||
{
|
{
|
||||||
int x, px, py, sx, sy;
|
int x, px, py, sx, sy;
|
||||||
short i, j, p, psect, ssect, nexti;
|
short i, j=0, p, psect, ssect, nexti;
|
||||||
spritetype* s;
|
spritetype* s;
|
||||||
|
|
||||||
i = headspritestat[STAT_ZOMBIEACTOR];
|
i = headspritestat[STAT_ZOMBIEACTOR];
|
||||||
|
|
Loading…
Reference in a new issue