summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-09-26 02:20:58 +0000
committerbelugas <belugas@openttd.org>2007-09-26 02:20:58 +0000
commitfa075ed7bcfec12e132b62b68e7f7a30900cd41b (patch)
tree50f3672a0f1658ca8f82a36ea31d8d8537b46306 /src/newgrf.cpp
parent21cbc7009fe70737882d412cf67f9508e0cfd6d2 (diff)
downloadopenttd-fa075ed7bcfec12e132b62b68e7f7a30900cd41b.tar.xz
(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index f9099f2bd..ecf8b4973 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -1941,7 +1941,7 @@ static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp,
} else if (itt[k].gfx == 0xFF) {
itt[k].ti.x = (int8)GB(itt[k].ti.x, 0, 8);
itt[k].ti.y = (int8)GB(itt[k].ti.y, 0, 8);
- }
+ }
}
tile_table[j] = CallocT<IndustryTileTable>(size);
memcpy(tile_table[j], copy_from, sizeof(*copy_from) * size);