foxygit / doom Log in
commit 9bd7fbd74b9e876a461a0100bdc4ae5c08d5a7c9
Merge: d609cd45 71bd1afe
Author:     Turo Lamminen <turol@users.noreply.github.com>
AuthorDate: Tue Nov 8 14:34:16 2022 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Tue Nov 8 14:34:16 2022 +0200

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

    Fix Hexen state action functions for Clang 15

 src/hexen/a_action.c | 100 ++++++------
 src/hexen/h2def.h    |   2 +-
 src/hexen/info.h     |   2 +-
 src/hexen/p_action.h | 428 +++++++++++++++++++++++++--------------------------
 src/hexen/p_enemy.c  | 382 ++++++++++++++++++++++-----------------------
 src/hexen/p_inter.c  |   6 +-
 src/hexen/p_local.h  |  46 +++---
 src/hexen/p_mobj.c   |   2 +-
 src/hexen/p_pspr.c   | 112 +++++++-------
 src/hexen/p_user.c   |   2 +-
 10 files changed, 541 insertions(+), 541 deletions(-)