summaryrefslogtreecommitdiff
path: root/src/strife/p_saveg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_saveg.h')
-rw-r--r--src/strife/p_saveg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/p_saveg.h b/src/strife/p_saveg.h
index 3a96cc3e..5488289c 100644
--- a/src/strife/p_saveg.h
+++ b/src/strife/p_saveg.h
@@ -64,6 +64,7 @@ void P_ArchiveSpecials (void);
void P_UnArchiveSpecials (void);
extern FILE *save_stream;
+extern boolean savegame_error;
#endif