mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +00:00
SAGA2: Fixed to the start location creation. CID 1457971
This commit is contained in:
parent
215d84e739
commit
ac8e9ceefb
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user