summaryrefslogtreecommitdiff
path: root/src/player-input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player-input.hpp')
-rw-r--r--src/player-input.hpp4
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;
};