Changeset - r2324:e2fd9961f74e
[Not reviewed]
master
0 1 0
miham - 19 years ago 2005-08-11 12:51:59
miham@openttd.org
(svn r2850) [newgrf] Patch from peter1139
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)