mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
:(
git-svn-id: https://svn.eduke32.com/eduke32@6245 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
65a2c38ba8
commit
ac2f2bd902
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ int32_t A_InsertSprite(int16_t whatsect,int32_t s_x,int32_t s_y,int32_t s_z,int1
|
||||||
actor[i].ceilingz = actor[s_ow].ceilingz;
|
actor[i].ceilingz = actor[s_ow].ceilingz;
|
||||||
}
|
}
|
||||||
|
|
||||||
actor[i].actorstayput = actor[i].extra -1;
|
actor[i].actorstayput = actor[i].extra = -1;
|
||||||
#ifdef POLYMER
|
#ifdef POLYMER
|
||||||
actor[i].lightId = -1;
|
actor[i].lightId = -1;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue