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
''' <summary>
''' The LightingType of this map. More information in the Level\UpdateLighting.
''' The LightingType of this map. More information in the Lighting\UpdateLighting.
''' </summary>
Public Property LightingType As Integer
Get

View File

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

View File

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