git-svn-id: https://svn.eduke32.com/eduke32@6245 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-06-23 09:16:27 +00:00
parent 65a2c38ba8
commit ac2f2bd902

View file

@ -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