tgrid: don't assert when failing to place grid

This commit is contained in:
Charles Dang 2016-03-01 15:02:38 +11:00
parent 0bcd76867f
commit 475b710f73

View file

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