pull in the recent unconditionals merge from master
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* NetHack 3.5 rect.c $Date$ $Revision$ */
|
||||
/* NetHack 3.5 rect.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
|
||||
/* NetHack 3.5 rect.c $Date: 2009/05/06 10:47:37 $ $Revision: 1.5 $ */
|
||||
/* SCCS Id: @(#)rect.c 3.5 1990/02/22 */
|
||||
/* Copyright (c) 1990 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -136,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