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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_saveg.h b/src/strife/p_saveg.h
index 5488289c..c0cfc666 100644
--- a/src/strife/p_saveg.h
+++ b/src/strife/p_saveg.h
@@ -55,7 +55,7 @@ void P_WriteSaveGameEOF(void);
// Persistent storage/archiving.
// These are the load / save game routines.
void P_ArchivePlayers (void);
-void P_UnArchivePlayers (void);
+void P_UnArchivePlayers (boolean userload);
void P_ArchiveWorld (void);
void P_UnArchiveWorld (void);
void P_ArchiveThinkers (void);