foxygit / doom Log in
commit 82ff0b70095060015274ae80c8dd66bb55011c26
Merge: f177dcbc ef9843f5
Author:     Simon Howard <fraggle+github@gmail.com>
AuthorDate: Thu Aug 2 17:10:57 2018 -0400
Commit:     GitHub <noreply@github.com>
CommitDate: Thu Aug 2 17:10:57 2018 -0400

    Merge pull request #1072 from turol/const

    More const correctness

 src/d_iwad.c        |  4 ++--
 src/d_iwad.h        |  8 ++++----
 src/doom/d_main.c   |  8 ++++----
 src/doom/doomstat.c |  2 +-
 src/doom/doomstat.h |  4 ++--
 src/doom/f_finale.c |  6 +++---
 src/doom/g_game.c   | 18 +++++++++---------
 src/doom/hu_stuff.c | 10 +++++-----
 src/doom/info.c     |  2 +-
 src/doom/info.h     |  2 +-
 src/doom/m_menu.c   | 16 ++++++++--------
 src/doom/r_things.c |  6 +++---
 src/doom/r_things.h |  2 +-
 13 files changed, 44 insertions(+), 44 deletions(-)