summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2013-09-24 20:02:25 +0000
committerSimon Howard2013-09-24 20:02:25 +0000
commit0ac394902ef009fe0b41f77095b069d4f6d7e632 (patch)
treef802015364f4c0bbfc68c68f88f619125f94df1e /src/heretic/doomdef.h
parentc2f1c3bffe1c2922c7f5d83549bd6111b880f4c2 (diff)
downloadchocolate-doom-0ac394902ef009fe0b41f77095b069d4f6d7e632.tar.gz
chocolate-doom-0ac394902ef009fe0b41f77095b069d4f6d7e632.tar.bz2
chocolate-doom-0ac394902ef009fe0b41f77095b069d4f6d7e632.zip
Split Heretic savegame code into a separate file.
Subversion-branch: /branches/v2-branch Subversion-revision: 2681
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 9f6122d8..84b4810b 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -664,6 +664,7 @@ void G_DoLoadGame(void);
void G_SaveGame(int slot, char *description);
// called by M_Responder
+#define SAVE_GAME_TERMINATOR 0x1d
// Support routines for saving games
char *SV_Filename(int slot);
void SV_Open(char *fileName);