Fixed Mana Drain (issue #1060 by @Gourajiro), fixed Reinterpret, fixed the taskboard menu choice during game.

This commit is contained in:
Vittorio Alfieri
2021-06-29 16:38:58 +02:00
parent 5b7d8662b7
commit f0ee95b483
2 changed files with 6 additions and 21 deletions

View File

@@ -1682,6 +1682,7 @@ void GameStateDuel::ButtonPressed(int controllerId, int controlId)
// break;
case MENUITEM_TASKBOARD:
if(taskList->getState() != TaskList::TASKS_ACTIVE){
taskList->load(options.profileFile(PLAYER_TASKS).c_str());
taskList->Start();
} else {
taskList->End();