From c31047984b4422019d9e3a5a397357490d87c34c Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 28 Dec 2020 09:19:07 -0500 Subject: [PATCH] typo in tilemap.c update --- win/share/tilemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/share/tilemap.c b/win/share/tilemap.c index 9351756f4..550a90288 100644 --- a/win/share/tilemap.c +++ b/win/share/tilemap.c @@ -510,7 +510,7 @@ init_tilemap() file_entry++; } -#ifndef STATUES_DONT_LOOK_LIKE_MONSTERS +#ifdef STATUES_DONT_LOOK_LIKE_MONSTERS /* statue patch: statues still use the same glyph as in 3.4.x */ for (i = 0; i < NUMMONS; i++) {