foxygit / doom Log in
commit 6904023bfd41b6ee6cd7cc2903e0a142644d9594
Merge: 6a6d49ea a857a141
Author:     Simon Howard <fraggle+github@gmail.com>
AuthorDate: Mon Dec 17 09:46:51 2018 -0500
Commit:     GitHub <noreply@github.com>
CommitDate: Mon Dec 17 09:46:51 2018 -0500

    Merge pull request #1121 from turol/const

    Const correctness

 src/hexen/ct_chat.c  |  2 +-
 src/hexen/f_finale.c |  4 ++--
 src/hexen/h2_main.c  |  4 ++--
 src/hexen/in_lude.c  |  4 ++--
 src/hexen/info.c     |  2 +-
 src/hexen/info.h     |  2 +-
 src/hexen/p_inter.c  |  8 ++++----
 src/hexen/r_local.h  |  2 +-
 src/hexen/r_things.c |  8 ++++----
 src/i_musicpack.c    |  4 ++--
 src/net_dedicated.c  |  2 +-
 src/net_defs.h       |  6 +++---
 src/net_gui.c        |  2 +-
 src/net_io.c         |  2 +-
 src/net_io.h         |  2 +-
 src/net_loop.c       |  4 ++--
 src/net_query.c      |  6 +++---
 src/net_sdl.c        | 12 ++++--------
 src/net_server.c     | 10 ++++++----
 19 files changed, 42 insertions(+), 44 deletions(-)