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

@@ -341,7 +341,7 @@ map_cleanup(void)
/* in case any boulders are on liquid, delete them */
while ((otmp = sobj_at(BOULDER, x, y)) != 0) {
obj_extract_self(otmp);
obfree(otmp, (struct obj *)0);
obfree(otmp, (struct obj *) 0);
}
/* traps on liquid? */