]> granicus.if.org Git - nethack/commitdiff
context build changes for Unix
authorcohrs <cohrs>
Mon, 22 Sep 2003 05:21:53 +0000 (05:21 +0000)
committercohrs <cohrs>
Mon, 22 Sep 2003 05:21:53 +0000 (05:21 +0000)
- removed an extraneous space from Makefile.src that confused GNU make
- unixmain.c still had a couple uses of flags.move

sys/unix/Makefile.src
sys/unix/unixmain.c

index f61fbde3e2f824774a0ba1039be3480ff1a4ebcd..e7687978bb0738d1d3a57d732822988a9691e40a 100644 (file)
@@ -355,7 +355,7 @@ CSOURCES = $(HACKCSRC) $(SYSSRC) $(WINCSRC) $(GENCSRC)
 #
 HACKINCL = align.h amiconf.h artifact.h artilist.h attrib.h beconf.h color.h \
        config.h config1.h context.h coord.h decl.h def_os2.h display.h dlb.h \
-       dungeon.h edog.h emin.h engrave.h epri.h eshk.h extern.h flag.h \ 
+       dungeon.h edog.h emin.h engrave.h epri.h eshk.h extern.h flag.h \
        func_tab.h global.h hack.h lev.h macconf.h mfndpos.h micro.h mkroom.h \
        monattk.h mondata.h monflag.h monst.h monsym.h obj.h objclass.h \
        os2conf.h patchlevel.h pcconf.h permonst.h prop.h rect.h region.h rm.h \
index a4b8c86c4c9a04e19a5283c5bc659f5f8ee113e4..627d10f273b971f658b21c055d489080af7fff21 100644 (file)
@@ -290,14 +290,14 @@ char *argv[];
                            compress(fq_save);
                        }
                }
-               flags.move = 0;
+               context.move = 0;
        } else {
 not_recovered:
                player_selection();
                newgame();
                wd_message();
 
-               flags.move = 0;
+               context.move = 0;
                set_wear();
                (void) pickup(1);
        }