Skip to content

Commit 13c4e76

Browse files
committed
Added where the WeatherList[] comes from
1 parent 4455cb5 commit 13c4e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rwengine/src/data/Weather.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class Weather {
4040

4141
std::vector<Entry> entries;
4242

43+
// Taken from: https://www.gtamodding.com/wiki/Time_cycle#Weather_lists
4344
// TODO: This weather list applies only for GTA III
4445
const uint16_t WeatherList[64] = {
4546
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 1, 0,

0 commit comments

Comments
 (0)