foxygit / doom Log in
commit 22a3794c3848186631d5e5bdd61b9eefcb8563ac
Merge: 9bd7fbd7 cfaae773
Author:     Turo Lamminen <turol@users.noreply.github.com>
AuthorDate: Sat Nov 12 16:04:45 2022 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Sat Nov 12 16:04:45 2022 +0200

    Merge pull request #1545 from turol/clang-15-fix

    Fix Hexen type correctness on Clang 15

 src/hexen/h2def.h    |   6 ++-
 src/hexen/p_acs.c    |   3 +-
 src/hexen/p_ceilng.c |   3 +-
 src/hexen/p_doors.c  |   3 +-
 src/hexen/p_floor.c  |   9 +++--
 src/hexen/p_lights.c |   6 ++-
 src/hexen/p_local.h  |  10 ++---
 src/hexen/p_mobj.c   |   6 ++-
 src/hexen/p_plats.c  |   3 +-
 src/hexen/p_spec.h   |  18 ++++-----
 src/hexen/po_man.c   |   9 +++--
 src/hexen/sv_save.c  | 109 ++++++++++++++++++++++++++++++++++++---------------
 12 files changed, 125 insertions(+), 60 deletions(-)