From f9b4ebae87748a8425570ea62fbb0b78deba7acc Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Sat, 1 Feb 2020 16:48:07 -0500 Subject: [PATCH 1/2] Remove code fragment causing compile error --- src/options.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/options.c b/src/options.c index cd2a60710..c95ce0731 100644 --- a/src/options.c +++ b/src/options.c @@ -3412,11 +3412,6 @@ boolean tinitial, tfrom_file; return retval; } #endif /* NO_TERMS */ - } else if ((opts = string_for_env_opt(fullname, opts, FALSE)) - == empty_optstr) { - return FALSE; - } - } #endif /* MSDOS */ /* WINCAP From 1fb1967e4269416e1cf54a156e9a9822fda8f4f6 Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Sat, 1 Feb 2020 16:48:37 -0500 Subject: [PATCH 2/2] Enable statue glyphs for cross compile --- sys/msdos/Makefile1.cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/msdos/Makefile1.cross b/sys/msdos/Makefile1.cross index e8bae64b9..9105341f4 100644 --- a/sys/msdos/Makefile1.cross +++ b/sys/msdos/Makefile1.cross @@ -439,7 +439,7 @@ $(U)tilemap: $(HOST_O)tilemap.o $(HOST_LINK) $(LFLAGS) -o$@ $(HOST_O)tilemap.o $(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 #==========================================