foxygit / doom Log in
commit 052d6e3ba9de4f8810d73d45da50d1a823689630
Merge: 5c28b4cd f95176a5
Author:     Simon Howard <fraggle+github@gmail.com>
AuthorDate: Fri May 25 22:34:53 2018 -0400
Commit:     GitHub <noreply@github.com>
CommitDate: Fri May 25 22:34:53 2018 -0400

    Merge pull request #1041 from turol/const

    Fix const correctness in dehacked

 src/deh_defs.h        |  2 +-
 src/deh_main.c        |  2 +-
 src/deh_main.h        |  2 +-
 src/deh_mapping.h     |  2 +-
 src/deh_str.c         | 12 ++++++------
 src/deh_str.h         |  8 ++++----
 src/doom/deh_bexstr.c |  4 ++--
 src/doom/deh_cheat.c  |  2 +-
 src/doom/deh_doom.c   |  2 +-
 src/doom/deh_misc.c   |  2 +-
 src/doom/f_finale.c   |  6 +++---
 src/doom/g_game.c     |  4 ++--
 src/doom/hu_stuff.c   |  2 +-
 src/m_config.c        |  2 +-
 src/strife/g_game.c   |  2 +-
 src/strife/hu_stuff.c |  2 +-
 src/strife/p_switch.c |  2 +-
 17 files changed, 29 insertions(+), 29 deletions(-)