consistent cast syntax

This commit is contained in:
nhmall
2023-11-13 19:28:19 -05:00
parent b4bb3b92a2
commit a7242760f7
12 changed files with 17 additions and 17 deletions

View File

@@ -2129,7 +2129,7 @@ escape_tomb(void)
surface(u.ux, u.uy));
good = (tunnels(gy.youmonst.data) && !needspick(gy.youmonst.data))
? dighole(TRUE, FALSE, (coord *)0) : TRUE;
? dighole(TRUE, FALSE, (coord *) 0) : TRUE;
if (good)
unearth_you();
}