From: cohrs Date: Mon, 22 Sep 2003 05:21:53 +0000 (+0000) Subject: context build changes for Unix X-Git-Tag: MOVE2GIT~1761 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d59f9d8dbe762a513894d6d6a5ac3d4a236a568;p=nethack context build changes for Unix - removed an extraneous space from Makefile.src that confused GNU make - unixmain.c still had a couple uses of flags.move --- diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index f61fbde3e..e7687978b 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -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 \ diff --git a/sys/unix/unixmain.c b/sys/unix/unixmain.c index a4b8c86c4..627d10f27 100644 --- a/sys/unix/unixmain.c +++ b/sys/unix/unixmain.c @@ -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); }