EgtDOORCreator:

-> correzioni "origheightdoor" -> "origdoorheight"
This commit is contained in:
Nicola Pievani
2020-05-04 08:56:53 +00:00
parent 0ac2fc4194
commit e3fa485f5d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ Module ConstCompo
Public Const K_WIDTH As String = "width"
Public Const K_HEIGHT As String = "height"
Public Const K_THICKNESS As String = "thickness"
Public Const S_ORIGHEIGHTDOOR As String = "origheightdoor"
Public Const S_ORIGHEIGHTDOOR As String = "origdoorheight"
Public Const S_WEIGHT As String = "pressure"
Public Const S_SWING As String = "swing"
Public Const S_SECURE As String = "secure"
+2
View File
@@ -1573,6 +1573,8 @@ Public Class Part
' interrompo la lettura del file
Exit While
End If
Case S_ORIGHEIGHTDOOR
LineIndex = LineIndex + 1
Case S_WEIGHT
LineIndex = ReadDoor.GetWeight(LineIndex)
bPressure = True