summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CampaignSaveGame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CampaignSaveGame.cpp')
-rw-r--r--Stars45/CampaignSaveGame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/CampaignSaveGame.cpp b/Stars45/CampaignSaveGame.cpp
index 5584f8f..0278573 100644
--- a/Stars45/CampaignSaveGame.cpp
+++ b/Stars45/CampaignSaveGame.cpp
@@ -528,7 +528,7 @@ CampaignSaveGame::Load(const char* filename)
}
// if no next campaign found, start over from the beginning:
- for (i = 0; i < list.size() && !found; i++) {
+ for (int i = 0; i < list.size() && !found; i++) {
Campaign* c = list.at(i);
if (c->IsDynamic()) {