1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-06 03:52:37 +01:00

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