]> granicus.if.org Git - nethack/commitdiff
bit
authornethack.allison <nethack.allison>
Thu, 22 Oct 2009 02:36:50 +0000 (02:36 +0000)
committernethack.allison <nethack.allison>
Thu, 22 Oct 2009 02:36:50 +0000 (02:36 +0000)
src/display.c

index 3ef592fe75ecd273d0b7e09d507b81800e9df92f..1c62ae57e70c704b49c606714b09ded4cab4150c 100644 (file)
@@ -136,7 +136,7 @@ STATIC_DCL int FDECL(wall_angle, (struct rm *));
 #ifdef DUNGEON_OVERVIEW
 # define remember_topology(x,y)                (lastseentyp[x][y] = levl[x][y].typ)
 #else
-# define remember_topology(levp)       /*empty*/
+# define remember_topology(x,y)                /*empty*/
 #endif
 
 #ifdef INVISIBLE_OBJECTS