mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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].actorstayput = actor[i].extra -1;
|
||||
actor[i].actorstayput = actor[i].extra = -1;
|
||||
#ifdef POLYMER
|
||||
actor[i].lightId = -1;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue