Check the github changes. You need to change in game.cpp
Change all
player->getPathTo
it will look something like this
if (player->getPathTo(movingCreatureOrigPos, listDir, 0, 1, true, true)) {
add , PLAYER_SEARCHDIST to end of all to look like this
if...