diff options
| author | Discover- <amort11@hotmail.com> | 2012-03-28 22:50:22 -0700 | 
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2012-03-28 22:50:22 -0700 | 
| commit | e77f51df5d76c0afc5389d1c006c875e1cd20560 (patch) | |
| tree | 7624ba2404b88df8c6b053df3b058839857c324c /src/server/game/Weather/Weather.cpp | |
| parent | b5fb1b5b6414f825f7314ca0ec3017a419858f38 (diff) | |
| parent | 360014856defa505883e5395e28b48767fd2b651 (diff) | |
Merge pull request #5932 from GyxTom/master
Core/Game: Code style. 
Diffstat (limited to 'src/server/game/Weather/Weather.cpp')
| -rwxr-xr-x | src/server/game/Weather/Weather.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Weather/Weather.cpp b/src/server/game/Weather/Weather.cpp index 2a48ede4c81..965e6bf3805 100755 --- a/src/server/game/Weather/Weather.cpp +++ b/src/server/game/Weather/Weather.cpp @@ -147,7 +147,7 @@ bool Weather::ReGenerate()      }      // At this point, only weather that isn't doing anything remains but that have weather data -    uint32 chance1 =          m_weatherChances->data[season].rainChance; +    uint32 chance1 = m_weatherChances->data[season].rainChance;      uint32 chance2 = chance1+ m_weatherChances->data[season].snowChance;      uint32 chance3 = chance2+ m_weatherChances->data[season].stormChance;  | 
