X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=saveresume.c;h=0d1fbf445cea13fd90efb6b98a965b2366dfc05d;hb=2db3bed3f1ee0a220bf1d1b818716afb90b30b35;hp=70b946195a5266a6b067d674d170b8c361808cf6;hpb=4d4e8dce96cc9401151181a259c5160291031947;p=open-adventure.git diff --git a/saveresume.c b/saveresume.c index 70b9461..0d1fbf4 100644 --- a/saveresume.c +++ b/saveresume.c @@ -4,8 +4,7 @@ * (ESR) This replaces a bunch of particularly nasty FORTRAN-derived code; * see the history.adoc file in the source distribution for discussion. * - * SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods - * SPDX-FileCopyrightText: 2017 by Eric S. Raymond + * SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond * SPDX-License-Identifier: BSD-2-Clause */ @@ -16,7 +15,6 @@ #include #include "advent.h" -#include "dungeon.h" /* * Use this to detect endianness mismatch. Can't be unchanged by byte-swapping. @@ -137,7 +135,7 @@ int restore(FILE* fp) * sane initial state. * If ADVENT_NOSAVE is defined, gripe instead. */ #ifdef ADVENT_NOSAVE - rspeak(SAVERESUME_DISABLED) + rspeak(SAVERESUME_DISABLED); return GO_TOP; #endif