SAGA2: Fixed to the start location creation. CID 1457971

This commit is contained in:
Eugene Sandulenko 2021-07-11 00:39:56 +02:00
parent 215d84e739
commit ac8e9ceefb
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -2409,6 +2409,7 @@ static void spush(const TilePoint &tp, int cost, int direction) {
newItem.z = tp.z;
newItem.cost = cost;
newItem.direction = direction;
newItem.platform = 0;
squeue.insert(newItem);
}