changeset 18249:bc05d52fdf23 draft

(svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not the same as the length of the variable
author rubidium <rubidium@openttd.org>
date Thu, 03 Nov 2011 23:06:30 +0000
parents abe81a5bee85
children f6c3afbfcc60
files src/table/settings.ini
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -332,7 +332,7 @@
 
 ; Snow line (or snow_line_height * TILE_HEIGHT)
 [SDT_NULL]
-length   = SLE_UINT8
+length   = 1
 from     = 97
 to       = 163