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
This commit is contained in:
cohrs
2003-09-22 05:21:53 +00:00
parent 92d59e2fe6
commit 2d59f9d8db
2 changed files with 3 additions and 3 deletions

View 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 \

View 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);
}