Skip to content

Commit f1036fe

Browse files
author
Patrick Ryan Drumm
committed
fixed gym glitch
1 parent c64b2fd commit f1036fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

animation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ SDL_Rect determineWarpLoc( SDL_Rect characterRect ) {
16221622
}else if(characterRect.y==gymWarpRow[2]){
16231623
if(characterRect.x==gymWarpCol[0]){
16241624
characterRect.y= gymWarpRow[2];
1625-
characterRect.x= gymWarpCol[7];
1625+
characterRect.x= gymWarpCol[6];
16261626
}
16271627
else if(characterRect.x==gymWarpCol[1]){
16281628
characterRect.y= gymWarpRow[1];

0 commit comments

Comments
 (0)