a few constants that don't need to be octal at all

This commit is contained in:
nhmall
2025-10-23 11:18:42 -04:00
parent f636749ea2
commit 8b69a5aabb
2 changed files with 4 additions and 4 deletions

View File

@@ -1208,7 +1208,7 @@ getlev(NHFILE *nhfp, int pid, xint8 lev)
them is different now than when the level was saved */
restore_cham(mtmp);
/* give hiders a chance to hide before their next move */
if (ghostly || (elapsed > 00 && elapsed > (long) rnd(10)))
if (ghostly || (elapsed > 0L && elapsed > (long) rnd(10)))
hide_monst(mtmp);
}
#endif /* !SFCTOOL */