From 0ee0cc96da75e513f080a66ad08df062431070bd Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Fri, 26 Sep 2003 09:56:38 +0000 Subject: [PATCH] vms catchup (context) --- sys/vms/Makefile.utl | 2 +- sys/vms/vmsmain.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/vms/Makefile.utl b/sys/vms/Makefile.utl index bc9bf4d6c..bc4e2e64a 100644 --- a/sys/vms/Makefile.utl +++ b/sys/vms/Makefile.utl @@ -159,7 +159,7 @@ $(MAKEDEFS) : $(MAKEOBJS) $(VMSMAKEOBJS) $(LIBOPT) @ $(TOUCH) $(MARKER) 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)obj.h $(INC)monst.h $(INC)you.h $(INC)flag.h \ $(INC)dlb.h $(INC)patchlevel.h $(INC)qtext.h diff --git a/sys/vms/vmsmain.c b/sys/vms/vmsmain.c index f20e66591..fe09744d9 100644 --- a/sys/vms/vmsmain.c +++ b/sys/vms/vmsmain.c @@ -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. */ /* NetHack may be freely redistributed. See license for details. */ /* main.c - VMS NetHack */ @@ -210,14 +210,14 @@ char *argv[]; (void) chmod(fq_save,FCMASK); /* back to readable */ } - 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); } -- 2.40.0