Fixed bug: Building multiple buildings with SHIFT+ALT dumps core.

This commit is contained in:
johns 2001-03-12 22:40:05 +00:00
parent 2d23cf58fd
commit bf16d31112

View file

@ -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;
}
//