X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=saveresume.c;h=34404c69f548b591f2e8abddf967b3ca5c5e9faf;hb=c11938aed5e261ac40a562781325996628663610;hp=70b946195a5266a6b067d674d170b8c361808cf6;hpb=4d4e8dce96cc9401151181a259c5160291031947;p=open-adventure.git diff --git a/saveresume.c b/saveresume.c index 70b9461..34404c6 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: (C) 1977, 2005 by Will Crowther and Don Woods * 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