Skip to content

Commit a111c77

Browse files
committed
remove unused global variable
1 parent bd70c32 commit a111c77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/rpg_objects/Game_Character.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ Game_Character.prototype.findDirectionTo = function(goalX, goalY) {
482482

483483
if (current.x === goalX && current.y === goalY) {
484484
best = current;
485-
goaled = true;
486485
break;
487486
}
488487

0 commit comments

Comments
 (0)