summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-03 23:06:30 +0000
committerrubidium <rubidium@openttd.org>2011-11-03 23:06:30 +0000
commit2886bb1df3323f9b7d9dbead94945cca8ba872ce (patch)
treef915179c6324a73754f358e82f0f4daefeba03ea /src/table
parent47c5d30b5d967cf5c48f3de1c7ca1ee492f60002 (diff)
downloadopenttd-2886bb1df3323f9b7d9dbead94945cca8ba872ce.tar.xz
(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not the same as the length of the variable
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index 96cfe9dd6..6370a43c6 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -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