Fixed bug: Building multiple buildings with SHIFT+ALT dumps core.
This commit is contained in:
parent
2d23cf58fd
commit
bf16d31112
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue