commit 48e19c69bf470517353101a445b8d824d1b3f7bb
Merge: 15b8e6e1 1e15f892
Author: Simon Howard <fraggle+github@gmail.com>
AuthorDate: Tue Nov 1 15:27:21 2016 -0400
Commit: GitHub <noreply@github.com>
CommitDate: Tue Nov 1 15:27:21 2016 -0400
Merge pull request #790 from CapnClever/raven-compat-setup
Compatibility options in Heretic and Hexen
NEWS.md | 2 +
src/heretic/d_main.c | 2 +
src/heretic/doomdef.h | 3 +
src/heretic/g_game.c | 50 +-
src/heretic/p_saveg.c | 50 +-
src/hexen/g_game.c | 50 +-
src/hexen/h2_main.c | 2 +
src/hexen/h2def.h | 3 +
src/hexen/sv_save.c | 1242 ++++++++++++++++++++++++---------------------
src/setup/compatibility.c | 7 +-
src/setup/mainmenu.c | 15 +-
11 files changed, 779 insertions(+), 647 deletions(-)