(svn r2850) [newgrf] Patch from peter1139

This commit is contained in:
miham 2005-08-11 12:51:59 +00:00
parent 4582eb85a2
commit f7593f1b99

View File

@ -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;