aboutsummaryrefslogtreecommitdiff
path: root/saga/isomap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/isomap.cpp')
-rw-r--r--saga/isomap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/isomap.cpp b/saga/isomap.cpp
index 9c6d527020..8467103180 100644
--- a/saga/isomap.cpp
+++ b/saga/isomap.cpp
@@ -1318,9 +1318,9 @@ void IsoMap::findTilePath(ActorData* actor, const Location &start, const Locatio
bestV += normalDirTable[dir].v;
}
- if (i > 64) {
+/* if (i > 64) {
i = 64;
- }
+ }*/
actor->walkStepsCount = i;
if (i) {
if (actor->tileDirectionsAlloced < i) {