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 /*