foxygit / doom Log in
commit 7f49b3a99fe81f817f9de03da63b69531264b8f7
Merge: 89b23152 87d96c2d
Author:     Simon Howard <fraggle+github@gmail.com>
AuthorDate: Sun Feb 10 12:41:38 2019 -0500
Commit:     GitHub <noreply@github.com>
CommitDate: Sun Feb 10 12:41:38 2019 -0500

    Merge pull request #1136 from turol/const

    Const correctness fixes in Strife

 src/strife/d_main.c    | 10 +++++-----
 src/strife/deh_cheat.c |  2 +-
 src/strife/deh_misc.c  |  2 +-
 src/strife/doomstat.c  |  2 +-
 src/strife/doomstat.h  |  3 +--
 src/strife/g_game.c    | 18 +++++++++---------
 src/strife/hu_lib.c    |  4 ++--
 src/strife/hu_lib.h    |  2 +-
 src/strife/hu_stuff.c  |  2 +-
 src/strife/hu_stuff.h  |  2 +-
 src/strife/info.c      |  2 +-
 src/strife/info.h      |  4 ++--
 src/strife/m_menu.c    |  4 ++--
 src/strife/p_dialog.c  |  2 +-
 src/strife/p_local.h   |  2 +-
 src/strife/p_spec.c    |  2 +-
 src/strife/p_user.c    |  4 ++--
 src/strife/r_things.c  |  6 +++---
 src/strife/r_things.h  |  2 +-
 src/strife/st_stuff.c  |  2 +-
 20 files changed, 38 insertions(+), 39 deletions(-)