Skip to content

Commit

Permalink
fix weather file caching
Browse files Browse the repository at this point in the history
  • Loading branch information
TwelveEyes committed Jun 26, 2024
1 parent 2b4f44d commit 3eb79e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/rd-vanilla/tr_WorldEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ class COutside
{
for (int iZone=0; iZone<mWeatherZones.size(); iZone++)
{
SWeatherZone wz = mWeatherZones[iZone];
wz.ReadFromDisk( f );
// SWeatherZone wz = mWeatherZones[iZone];
mWeatherZones[iZone].ReadFromDisk( f );
}

mCacheInit = true;
Expand Down

0 comments on commit 3eb79e1

Please sign in to comment.