summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authormiham <miham@openttd.org>2005-08-11 12:51:59 +0000
committermiham <miham@openttd.org>2005-08-11 12:51:59 +0000
commitf7593f1b99f1a2cb28ec09e18370b0000bf17768 (patch)
tree2c23fdb8b6f5c9177cfdf4281c2cf226c43990fd /newgrf.c
parent4582eb85a265a891665f383cb2231518c05020f9 (diff)
downloadopenttd-f7593f1b99f1a2cb28ec09e18370b0000bf17768.tar.xz
(svn r2850) [newgrf] Patch from peter1139
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 45ef6999b..069a35a71 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -140,7 +140,7 @@ static uint16 grf_load_word(byte **buf)
return val;
}
-static uint16 grf_load_dword(byte **buf)
+static uint32 grf_load_dword(byte **buf)
{
uint32 val;
byte *p = *buf;