foxygit / doom Log in
commit de175686e6831c7aeff6cad874de873dbc1d15a6
Merge: 1db716fa c7214384
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Fri Mar 16 22:00:18 2018 -0700
Commit:     GitHub <noreply@github.com>
CommitDate: Fri Mar 16 22:00:18 2018 -0700

    Merge pull request #999 from turol/const

    Improve const correctness

 src/deh_str.c                | 16 ++++++++--------
 src/deh_str.h                |  2 +-
 src/doom/hu_lib.c            |  4 ++--
 src/doom/hu_lib.h            |  4 ++--
 src/i_system.c               |  6 +++---
 src/i_system.h               |  6 +++---
 src/m_misc.c                 | 20 ++++++++++----------
 src/m_misc.h                 | 16 ++++++++--------
 src/w_wad.c                  |  8 ++++----
 src/w_wad.h                  |  8 ++++----
 src/z_native.c               |  2 +-
 src/z_zone.c                 |  2 +-
 src/z_zone.h                 |  2 +-
 textscreen/txt_button.c      |  6 +++---
 textscreen/txt_button.h      |  6 +++---
 textscreen/txt_checkbox.c    |  4 ++--
 textscreen/txt_checkbox.h    |  4 ++--
 textscreen/txt_desktop.c     |  2 +-
 textscreen/txt_desktop.h     |  2 +-
 textscreen/txt_fileselect.c  |  4 ++--
 textscreen/txt_fileselect.h  |  2 +-
 textscreen/txt_label.c       |  6 +++---
 textscreen/txt_label.h       |  4 ++--
 textscreen/txt_main.h        |  2 +-
 textscreen/txt_radiobutton.c |  4 ++--
 textscreen/txt_radiobutton.h |  4 ++--
 textscreen/txt_sdl.c         | 10 +++++-----
 textscreen/txt_separator.c   |  4 ++--
 textscreen/txt_separator.h   |  4 ++--
 textscreen/txt_window.c      | 10 +++++-----
 textscreen/txt_window.h      |  8 ++++----
 31 files changed, 91 insertions(+), 91 deletions(-)