diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-26 23:41:15 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-26 23:42:48 +0200 |
| commit | bac711c5b36a2491c2bb3bb44d3fac6166a06277 (patch) | |
| tree | 32ec9ecc286a6000ef92623f1cc12ad023dadfd9 /src/player/inc | |
| parent | 88713427f730001cd1c2a7046183c28c16262d1e (diff) | |
| download | jancity-bac711c5b36a2491c2bb3bb44d3fac6166a06277.tar.gz | |
human_player: deprecate memset(3) for zero-init
Diffstat (limited to 'src/player/inc')
| -rw-r--r-- | src/player/inc/human_player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player/inc/human_player.h b/src/player/inc/human_player.h index fc6dd07..7d28b34 100644 --- a/src/player/inc/human_player.h +++ b/src/player/inc/human_player.h @@ -52,7 +52,7 @@ struct human_player } d; } sel[MAX_SELECTED_INSTANCES]; - struct + struct human_player_target { const struct instance *ins; unsigned char t, n; |
