summaryrefslogtreecommitdiffhomepage
path: root/proto-vjoystick/vjoystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto-vjoystick/vjoystick.h')
-rw-r--r--proto-vjoystick/vjoystick.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto-vjoystick/vjoystick.h b/proto-vjoystick/vjoystick.h
index d859d8a9..81f70a7f 100644
--- a/proto-vjoystick/vjoystick.h
+++ b/proto-vjoystick/vjoystick.h
@@ -27,8 +27,8 @@ public:
private:
state joy_state;
- LONG axis_min[6];
- LONG axis_max[6];
+ LONG axis_min[6] {};
+ LONG axis_max[6] {};
void init();
public: