From ac2f2bd902fa77a67fdd91db2d429dbfdecf6973 Mon Sep 17 00:00:00 2001 From: terminx Date: Fri, 23 Jun 2017 09:16:27 +0000 Subject: [PATCH] :( git-svn-id: https://svn.eduke32.com/eduke32@6245 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/duke3d/src/game.cpp b/source/duke3d/src/game.cpp index a676d3f3d..a5ce75b27 100644 --- a/source/duke3d/src/game.cpp +++ b/source/duke3d/src/game.cpp @@ -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