(svn r2850) [newgrf] Patch from peter1139

pull/155/head
miham 19 years ago
parent df7182017d
commit 1cce4637fd

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

Loading…
Cancel
Save