Make WIZARD unconditional.
This commit is contained in:
@@ -137,9 +137,7 @@ add_rect(r)
|
||||
NhRect *r;
|
||||
{
|
||||
if (rect_cnt >= MAXRECT) {
|
||||
#ifdef WIZARD
|
||||
if (wizard) pline("MAXRECT may be too small.");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
/* Check that this NhRect is not included in another one */
|
||||
|
||||
Reference in New Issue
Block a user