Skip to content

Commit

Permalink
fixed misspelled world in HCMM bug fix when new cell is not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
itma96 authored and raduciobanu committed Jun 8, 2018
1 parent 4985833 commit a83c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobemu/utils/HCMM.java
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ protected void move() {
}

if (selectedGoalCellY == 0) {
selectedGoalCellY = previousGoalCellX;
selectedGoalCellY = previousGoalCellY;
}

// re-definition of the number of hosts in each cell
Expand Down

0 comments on commit a83c026

Please sign in to comment.