Skip to content

Commit ddfe369

Browse files
author
Nathan Bolton
committed
Update Game_Character.js
typo
1 parent d58a2a8 commit ddfe369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_objects/Game_Character.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Game_Character.prototype.memorizeMoveRoute = function() {
7979

8080
Game_Character.prototype.restoreMoveRoute = function() {
8181
this._moveRoute = this._originalMoveRoute;
82-
// Bug fix by Caethyril: prevents skipping 1 command from getting skipped
82+
// Bug fix by Caethyril: prevents 1 command from getting skipped
8383
this._moveRouteIndex = this._originalMoveRouteIndex - 1;
8484
this._originalMoveRoute = null;
8585
this._callerEventInfo = null;

0 commit comments

Comments
 (0)