diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-08 22:26:07 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-08 22:26:07 -0500 |
| commit | 5845642965a1eebaec3a1d1126445ecb459688b8 (patch) | |
| tree | d3c54bec229ac4dcf7c4af349e0383130a041752 /src/player-input.hpp | |
| parent | b2548ba4ce295fcd94a50123fb543fac2ef2bc33 (diff) | |
first-pass replace cmake with make
Diffstat (limited to 'src/player-input.hpp')
| -rw-r--r-- | src/player-input.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/player-input.hpp b/src/player-input.hpp index e3d3501..392e675 100644 --- a/src/player-input.hpp +++ b/src/player-input.hpp @@ -104,9 +104,7 @@ struct PkeInputAction { const char *name; union { PkeInputEventMask masks[PKE_INPUT_ACTION_MASK_COUNT] = {{}}; - struct { - PkeInputEventMask primaryHash; - }; + PkeInputEventMask primaryHash; }; int32_t eventIndex; }; |
