(svn r2850) [newgrf] Patch from peter1139
authormiham
Thu, 11 Aug 2005 12:51:59 +0000
changeset 2324 117bd73a0731
parent 2323 13182c22f164
child 2325 86016aac45be
(svn r2850) [newgrf] Patch from peter1139
newgrf.c
--- a/newgrf.c	Thu Aug 11 07:29:24 2005 +0000
+++ b/newgrf.c	Thu Aug 11 12:51:59 2005 +0000
@@ -140,7 +140,7 @@
 	return val;
 }
 
-static uint16 grf_load_dword(byte **buf)
+static uint32 grf_load_dword(byte **buf)
 {
 	uint32 val;
 	byte *p = *buf;