tgrid: don't assert when failing to place grid
This commit is contained in:
parent
0bcd76867f
commit
475b710f73
1 changed files with 1 additions and 2 deletions
|
@ -474,8 +474,7 @@ void tgrid::place(const tpoint& origin, const tpoint& size)
|
|||
pw = pw->parent();
|
||||
}
|
||||
ERR_GUI_L << LOG_HEADER << out.str() << ".\n";
|
||||
// This shouldn't be possible...
|
||||
assert(false);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue