summaryrefslogtreecommitdiffhomepage
path: root/Stars45/StarSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/StarSystem.cpp')
-rw-r--r--Stars45/StarSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/StarSystem.cpp b/Stars45/StarSystem.cpp
index b403cdb..bd8556d 100644
--- a/Stars45/StarSystem.cpp
+++ b/Stars45/StarSystem.cpp
@@ -936,7 +936,7 @@ StarSystem::ParseTerrain(TermStruct* val)
weather.SetPeriod(w_period);
- for (i = 0; i < Weather::NUM_STATES; i++)
+ for (int i = 0; i < Weather::NUM_STATES; i++)
weather.SetChance(i, w_chances[i]);
region->LoadSkyColors(sky_name);