mirror of https://github.com/OpenTTD/OpenTTD
(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not the same as the length of the variable
parent
47c5d30b5d
commit
2886bb1df3
|
@ -332,7 +332,7 @@ load = ConvertLandscape
|
||||||
|
|
||||||
; Snow line (or snow_line_height * TILE_HEIGHT)
|
; Snow line (or snow_line_height * TILE_HEIGHT)
|
||||||
[SDT_NULL]
|
[SDT_NULL]
|
||||||
length = SLE_UINT8
|
length = 1
|
||||||
from = 97
|
from = 97
|
||||||
to = 163
|
to = 163
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue