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
commit1cce4637fdb612db10ef311c60053c307e87f42d (patch)
tree2c23fdb8b6f5c9177cfdf4281c2cf226c43990fd /newgrf.c
parentdf7182017d6840de8844b1f6471fa635c076064d (diff)
downloadopenttd-1cce4637fdb612db10ef311c60053c307e87f42d.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;