diff options
Diffstat (limited to 'Stars45/EngDlg.cpp')
-rw-r--r-- | Stars45/EngDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/EngDlg.cpp b/Stars45/EngDlg.cpp index 9af1fce..810f29a 100644 --- a/Stars45/EngDlg.cpp +++ b/Stars45/EngDlg.cpp @@ -634,7 +634,7 @@ EngDlg::OnSource(AWEvent* event) selected_source = ship->Reactors()[source_index];
}
- for (i = 0; i < 4; i++) {
+ for (int i = 0; i < 4; i++) {
clients[i]->ClearSelection();
}
|