Merge branch 'fix-splev' of https://github.com/argrath/NetHack into pr693

This commit is contained in:
nhmall
2022-03-10 09:09:33 -05:00

View File

@@ -1107,7 +1107,7 @@ get_location(xchar *x, xchar *y, int humidity, struct mkroom* croom)
do {
if (croom) { /* handle irregular areas */
coord tmpc;
somexy(croom, &tmpc);
(void) somexy(croom, &tmpc);
*x = tmpc.x;
*y = tmpc.y;
} else {