1
0
Fork 0

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

release/0.4.5
orudge 2005-05-29 20:42:01 +00:00
parent 8ef11fc41f
commit 98b3840a3e
1 changed files with 1 additions and 0 deletions

View File

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