Use enums instead of magic values
This commit is contained in:
@@ -536,7 +536,7 @@ unsigned ftflags;
|
||||
Sprintf(msgbuf, "The hole in the %s above you closes up.",
|
||||
ceiling(u.ux, u.uy));
|
||||
|
||||
schedule_goto(&dtmp, FALSE, TRUE, 0, (char *) 0,
|
||||
schedule_goto(&dtmp, UTOTYPE_FALLING, (char *) 0,
|
||||
!td ? msgbuf : (char *) 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user