(svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them.
This commit is contained in:
@@ -1664,7 +1664,13 @@ static bool LoadOldMain(LoadgameState *ls)
|
||||
* clear it for ourselves and let OTTD's rebuild PBS itself */
|
||||
_m[i].m4 &= 0xF; /* Only keep the lower four bits; upper four is PBS */
|
||||
break;
|
||||
default: break;
|
||||
|
||||
case MP_WATER:
|
||||
if (GetWaterClass(i) == 3) MakeRiver(i, Random());
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user