Typo fixes and incorrect comments

This commit is contained in:
JappaWakka 2022-09-15 21:12:12 +02:00
parent 5209a6e768
commit b9a7183166
3 changed files with 7 additions and 7 deletions

View File

@ -515,7 +515,7 @@ Public Class Level
End Property End Property
''' <summary> ''' <summary>
''' The LightingType of this map. More information in the Level\UpdateLighting. ''' The LightingType of this map. More information in the Lighting\UpdateLighting.
''' </summary> ''' </summary>
Public Property LightingType As Integer Public Property LightingType As Integer
Get Get

View File

@ -94,9 +94,9 @@ Public Class Lighting
refEffect.SpecularPower = 2000.0F refEffect.SpecularPower = 2000.0F
' LightType results: ' LightType results:
' 0 = Day ' 0 = Night
' 1 = Night ' 1 = Morning
' 2 = Morning ' 2 = Day
' 3 = Evening ' 3 = Evening
' Anything higher than 3 = No Lighting ' Anything higher than 3 = No Lighting

View File

@ -18,7 +18,7 @@ Public Class Terrain
PondWater PondWater
SeaWater SeaWater
Underwater Underwater
DisortionWorld DistortionWorld
Puddles Puddles
Snow Snow
Magma Magma
@ -87,8 +87,8 @@ Public Class Terrain
Return TerrainTypes.SeaWater Return TerrainTypes.SeaWater
Case "underwater" Case "underwater"
Return TerrainTypes.Underwater Return TerrainTypes.Underwater
Case "disortionworld" Case "distortionworld"
Return TerrainTypes.DisortionWorld Return TerrainTypes.DistortionWorld
Case "puddles" Case "puddles"
Return TerrainTypes.Puddles Return TerrainTypes.Puddles
Case "snow" Case "snow"