EgtDOORCreator:
-> correzioni "origheightdoor" -> "origdoorheight"
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user