foxygit / doom Log in
commit 6a299e2f0245d2b33fc5558c99bbf8f764e6dfda
Merge: 84fa6864 4768d328
Author:     Turo Lamminen <turol@users.noreply.github.com>
AuthorDate: Sat May 2 19:50:30 2020 +0300
Commit:     GitHub <noreply@github.com>
CommitDate: Sat May 2 19:50:30 2020 +0300

    Merge pull request #1278 from turol/const

    Even more const correctness

 src/d_iwad.c           | 4 ++--
 src/doom/g_game.c      | 2 +-
 src/doom/g_game.h      | 2 +-
 src/heretic/deh_htic.c | 2 +-
 src/heretic/doomdef.h  | 2 +-
 src/heretic/g_game.c   | 2 +-
 src/hexen/g_game.c     | 2 +-
 src/hexen/h2def.h      | 2 +-
 src/i_musicpack.c      | 2 +-
 src/net_query.c        | 2 +-
 src/net_query.h        | 2 +-
 src/setup/execute.c    | 4 ++--
 src/setup/mode.c       | 4 ++--
 src/strife/d_main.c    | 2 +-
 src/strife/g_game.c    | 2 +-
 src/strife/g_game.h    | 2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)