diff options
author | rubidium <rubidium@openttd.org> | 2011-11-03 23:06:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-03 23:06:30 +0000 |
commit | 2886bb1df3323f9b7d9dbead94945cca8ba872ce (patch) | |
tree | f915179c6324a73754f358e82f0f4daefeba03ea | |
parent | 47c5d30b5d967cf5c48f3de1c7ca1ee492f60002 (diff) | |
download | openttd-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
-rw-r--r-- | src/table/settings.ini | 2 |
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 |