Use enums instead of magic values

This commit is contained in:
Pasi Kallinen
2020-11-15 19:31:22 +02:00
parent 560d324a2f
commit d6384f4061
7 changed files with 29 additions and 29 deletions

View File

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