1
0
Fork 0

(svn r2850) [newgrf] Patch from peter1139

release/0.4.5
miham 2005-08-11 12:51:59 +00:00
parent 4582eb85a2
commit f7593f1b99
1 changed files with 1 additions and 1 deletions

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;