From 1cce4637fdb612db10ef311c60053c307e87f42d Mon Sep 17 00:00:00 2001 From: miham Date: Thu, 11 Aug 2005 12:51:59 +0000 Subject: [PATCH] (svn r2850) [newgrf] Patch from peter1139 --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newgrf.c b/newgrf.c index 45ef6999b9..069a35a71f 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;