Skip to content

Commit

Permalink
Added where the WeatherList[] comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
Lihis committed Nov 30, 2023
1 parent aa13c35 commit 5ffa654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rwengine/src/data/Weather.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Weather {

std::vector<Entry> entries;

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

0 comments on commit 5ffa654

Please sign in to comment.