Typo fixes and incorrect comments
This commit is contained in:
parent
5209a6e768
commit
b9a7183166
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue