Skip to content

Commit a1d1ca7

Browse files
committed
- revert wetness
1 parent 078024a commit a1d1ca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src_rebuild/Game/C/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,8 @@ void State_GameInit(void* param)
706706

707707
if (gWeather == 1)
708708
wetness = 7000;
709-
else if (gWeather == 2)
710-
wetness = 3000;
709+
//else if (gWeather == 2) // [A] addition that I have disabled
710+
// wetness = 3000;
711711
else
712712
wetness = 0;
713713

0 commit comments

Comments
 (0)