Skip to content

Commit

Permalink
DM: Fix regression introduced in 901ba6f
Browse files Browse the repository at this point in the history
Unable to place items directly into champions' hands
  • Loading branch information
Bendegúz Nagy committed Sep 5, 2016
1 parent 70906ba commit 0ae23fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion engines/dm/TODOs/todo.txt
Expand Up @@ -5,7 +5,6 @@ Bugs:

Logic:
Items thrown on the right side end up on the left side
Can't place torch in player's hand after loading, can do so only after brining up the inventory
Restarting the game after the party is dead segfaults

Todo:
Expand Down
2 changes: 1 addition & 1 deletion engines/dm/eventman.cpp
Expand Up @@ -355,7 +355,7 @@ void EventManager::initArrays() {
}

for (int i = 0; i < 13; i++)
_mouseInputChampionNamesHands[13] = mouseInputChampionNamesHands[i];
_mouseInputChampionNamesHands[i] = mouseInputChampionNamesHands[i];

for (int i = 0; i < 19; i++)
_secondaryKeyboardInputMovement[i] = secondaryKeyboardInputMovement[i];
Expand Down

0 comments on commit 0ae23fa

Please sign in to comment.