Merge branch 'chasonr-statue-glyphs' into NetHack-3.7
This commit is contained in:
@@ -3412,11 +3412,6 @@ boolean tinitial, tfrom_file;
|
|||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
#endif /* NO_TERMS */
|
#endif /* NO_TERMS */
|
||||||
} else if ((opts = string_for_env_opt(fullname, opts, FALSE))
|
|
||||||
== empty_optstr) {
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif /* MSDOS */
|
#endif /* MSDOS */
|
||||||
|
|
||||||
/* WINCAP
|
/* WINCAP
|
||||||
|
|||||||
@@ -439,7 +439,7 @@ $(U)tilemap: $(HOST_O)tilemap.o
|
|||||||
$(HOST_LINK) $(LFLAGS) -o$@ $(HOST_O)tilemap.o
|
$(HOST_LINK) $(LFLAGS) -o$@ $(HOST_O)tilemap.o
|
||||||
|
|
||||||
$(HOST_O)tilemap.o: $(WSHR)/tilemap.c $(HACK_H) $(TILE_H)
|
$(HOST_O)tilemap.o: $(WSHR)/tilemap.c $(HACK_H) $(TILE_H)
|
||||||
$(HOST_CC) $(cflags) -I$(WSHR) -I$(MSYS) -o$@ $(WSHR)/tilemap.c
|
$(HOST_CC) $(cflags) -I$(WSHR) -I$(MSYS) -DSTATUES_LOOK_LIKE_MONSTERS -o$@ $(WSHR)/tilemap.c
|
||||||
|
|
||||||
|
|
||||||
#==========================================
|
#==========================================
|
||||||
|
|||||||
Reference in New Issue
Block a user