summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
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;