Changeset - r16010:3315aa6280e6
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-09-01 19:45:50
rubidium@openttd.org
(svn r20713) -Fix (r20654): when ignoring action0 object properties, ignore property 13 correctly
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -2895,7 +2895,6 @@ static ChangeInfoResult IgnoreObjectProp
 
		case 0x0C:
 
		case 0x0D:
 
		case 0x12:
 
		case 0x13:
 
		case 0x14:
 
		case 0x16:
 
			buf->ReadByte();
 
@@ -2904,6 +2903,7 @@ static ChangeInfoResult IgnoreObjectProp
 
		case 0x0A:
 
		case 0x10:
 
		case 0x11:
 
		case 0x13:
 
		case 0x15:
 
			buf->ReadWord();
 
			break;
0 comments (0 inline, 0 general)