From 4665b6c13c592c0511fd7312cd013903f7329ba0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 13 Apr 2026 06:47:10 -0400 Subject: [PATCH] follow-up staticfn define caused test to succeed when it shouldn't have --- include/extern.h | 1 + src/restore.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extern.h b/include/extern.h index fe1b93b1b..fdaff14c4 100644 --- a/include/extern.h +++ b/include/extern.h @@ -2733,6 +2733,7 @@ void restore_gamelog(NHFILE *); boolean restgamestate(NHFILE *); void restore_msghistory(NHFILE *); #endif +extern void rest_adjust_levelflags(void); /* ### rip.c ### */ diff --git a/src/restore.c b/src/restore.c index 8f131d111..ac68c879e 100644 --- a/src/restore.c +++ b/src/restore.c @@ -35,7 +35,6 @@ staticfn boolean restgamestate(NHFILE *); staticfn void rest_bubbles(NHFILE *); staticfn void restore_gamelog(NHFILE *); staticfn void restore_msghistory(NHFILE *); -staticfn void rest_adjust_levelflags(void); #endif /*