(svn r2850) [newgrf] Patch from peter1139

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
miham 19 years ago
parent 4582eb85a2
commit f7593f1b99

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