From f7593f1b99f1a2cb28ec09e18370b0000bf17768 Mon Sep 17 00:00:00 2001 From: miham Date: Thu, 11 Aug 2005 12:51:59 +0000 Subject: (svn r2850) [newgrf] Patch from peter1139 --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newgrf.c') 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; -- cgit v1.2.3-54-g00ecf