vms catchup (context)

This commit is contained in:
nethack.rankin
2003-09-26 09:56:38 +00:00
parent c2f12b8d30
commit 0ee0cc96da
2 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ $(MAKEDEFS) : $(MAKEOBJS) $(VMSMAKEOBJS) $(LIBOPT)
@ $(TOUCH) $(MARKER) @ $(TOUCH) $(MARKER)
makedefs.obj : makedefs.c \ makedefs.obj : makedefs.c \
$(CONFIG_H) $(IN)context.h $(INC)permonst.h $(INC)objclass.h \ $(CONFIG_H) $(INC)permonst.h $(INC)objclass.h \
$(INC)monsym.h $(INC)artilist.h $(INC)dungeon.h \ $(INC)monsym.h $(INC)artilist.h $(INC)dungeon.h \
$(INC)obj.h $(INC)monst.h $(INC)you.h $(INC)flag.h \ $(INC)obj.h $(INC)monst.h $(INC)you.h $(INC)flag.h \
$(INC)dlb.h $(INC)patchlevel.h $(INC)qtext.h $(INC)dlb.h $(INC)patchlevel.h $(INC)qtext.h

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmain.c 3.4 2001/07/27 */ /* SCCS Id: @(#)vmsmain.c 3.4 2003/09/25 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* main.c - VMS NetHack */ /* main.c - VMS NetHack */
@@ -210,14 +210,14 @@ char *argv[];
(void) chmod(fq_save,FCMASK); /* back to readable */ (void) chmod(fq_save,FCMASK); /* back to readable */
} }
flags.move = 0; context.move = 0;
} else { } else {
not_recovered: not_recovered:
player_selection(); player_selection();
newgame(); newgame();
wd_message(); wd_message();
flags.move = 0; context.move = 0;
set_wear(); set_wear();
(void) pickup(1); (void) pickup(1);
} }