diff options
author | miham <miham@openttd.org> | 2005-08-11 12:51:59 +0000 |
---|---|---|
committer | miham <miham@openttd.org> | 2005-08-11 12:51:59 +0000 |
commit | f7593f1b99f1a2cb28ec09e18370b0000bf17768 (patch) | |
tree | 2c23fdb8b6f5c9177cfdf4281c2cf226c43990fd | |
parent | 4582eb85a265a891665f383cb2231518c05020f9 (diff) | |
download | openttd-f7593f1b99f1a2cb28ec09e18370b0000bf17768.tar.xz |
(svn r2850) [newgrf] Patch from peter1139
-rw-r--r-- | newgrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |