mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 16:39:09 +00:00
(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not the same as the length of the variable
This commit is contained in:
@@ -332,7 +332,7 @@ load = ConvertLandscape
|
||||
|
||||
; Snow line (or snow_line_height * TILE_HEIGHT)
|
||||
[SDT_NULL]
|
||||
length = SLE_UINT8
|
||||
length = 1
|
||||
from = 97
|
||||
to = 163
|
||||
|
||||
|
Reference in New Issue
Block a user