1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19: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:
rubidium
2011-11-03 23:06:30 +00:00
parent 47c5d30b5d
commit 2886bb1df3

View File

@@ -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