From f75d30d858e2404e1036b369b2c567daae5ab963 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 1 Aug 2020 01:04:17 +0200 Subject: [PATCH] - partial reactor fix. This fixes the position of the debris - but there's still something else as the lightning beam still doesn't get removed. --- source/games/duke/src/actors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/duke/src/actors.cpp b/source/games/duke/src/actors.cpp index 29f184c16..d33340e41 100644 --- a/source/games/duke/src/actors.cpp +++ b/source/games/duke/src/actors.cpp @@ -1929,7 +1929,7 @@ void reactor(int i, int REACTOR, int REACTOR2, int REACTORBURNT, int REACTOR2BUR if (j != i) { deletesprite(j); - return; + break; } j = l; }