summaryrefslogtreecommitdiffhomepage
path: root/Stars45/JoyDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/JoyDlg.cpp')
-rw-r--r--Stars45/JoyDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/JoyDlg.cpp b/Stars45/JoyDlg.cpp
index 6581c94..0815690 100644
--- a/Stars45/JoyDlg.cpp
+++ b/Stars45/JoyDlg.cpp
@@ -186,7 +186,7 @@ JoyDlg::OnAxis(AWEvent* event)
}
}
- for (i = 0; i < 8; i++) {
+ for (int i = 0; i < 8; i++) {
samples[i] = 10000000;
}
}