]> granicus.if.org Git - nethack/commitdiff
typo in tilemap.c update
authornhmall <nhmall@nethack.org>
Mon, 28 Dec 2020 14:19:07 +0000 (09:19 -0500)
committernhmall <nhmall@nethack.org>
Mon, 28 Dec 2020 14:19:07 +0000 (09:19 -0500)
win/share/tilemap.c

index 9351756f4d12cf3228af0f40535e83e9264b842f..550a9028830b59f71a052fcd7c8acc6295e04a8c 100644 (file)
@@ -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++) {