Correct some comments

This commit is contained in:
JappaWakka 2022-12-06 19:03:37 +01:00
parent 7dcc423480
commit 55412e3286
1 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@ endsub:
Case 0 ' Overworld
Me.EnvironmentType = EnvironmentTypes.Outside
Me.UseLighting = True
Case 1 ' Permanent Day
Case 1 ' Inside
Me.EnvironmentType = EnvironmentTypes.Inside
Me.UseLighting = False
Case 2 ' Cave
@ -518,7 +518,7 @@ endsub:
Me.CurrentMapWeather = Weathers.Clear
End If
Me.UseLighting = False
Case 3 ' Permanent Night
Case 3 ' Dark
Me.EnvironmentType = EnvironmentTypes.Dark
If WeatherType = 0 Then
Me.CurrentMapWeather = Weathers.Clear