Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #p0cx02dud
Wrap
Raw
Revise
ReserveChangeInfo currently:
case GSF_ROADTYPES:
cir = RoadTypeReserveInfo(index, numinfo, prop, buf);
break;
ReserveChangeInfo new:
case GSF_ROADTYPES:
cir = RoadTypeReserveInfo(ROADTYPE_ROAD, index, numinfo, prop, buf);
break;
Comments