mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-15 08:10:09 +01:00
Fix merge issues after rebase.
This commit is contained in:
@@ -136,7 +136,7 @@ public final class MonsterMovementController implements EvaluateWalkable {
|
||||
|
||||
@Override
|
||||
public boolean isWalkable(CoordRect r) {
|
||||
return monsterCanMoveTo(world.model.currentMap, r);
|
||||
return monsterCanMoveTo(world.model.currentMap, world.model.currentTileMap, r);
|
||||
}
|
||||
|
||||
public void moveMonsterToNextPosition(Monster m, PredefinedMap map) {
|
||||
|
||||
Reference in New Issue
Block a user