From bf16d3111224363d2f99b7c3062f6f832d0db2d8 Mon Sep 17 00:00:00 2001 From: johns <> Date: Mon, 12 Mar 2001 22:40:05 +0000 Subject: [PATCH] Fixed bug: Building multiple buildings with SHIFT+ALT dumps core. --- src/action/actions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/action/actions.cpp b/src/action/actions.cpp index 2017905e6..616669993 100644 --- a/src/action/actions.cpp +++ b/src/action/actions.cpp @@ -124,6 +124,8 @@ local void HandleUnitAction(Unit* unit) if( unit->Removed ) { // FIXME: johns I see this as an error DebugLevel0Fn("Flushing removed unit\n"); + // This happens, if building with ALT+SHIFT. + return; } //