1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

(svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!

This commit is contained in:
orudge
2005-05-29 20:42:01 +00:00
parent 8ef11fc41f
commit 98b3840a3e

View File

@@ -471,6 +471,7 @@ static bool RoadVehicleChangeInfo(uint engine, int numinfo, int prop, byte **buf
}
ret = true;
break;
}
default:
ret = true;
}