Fixed Mana Drain (issue #1060 by @Gourajiro), fixed Reinterpret, fixed the taskboard menu choice during game.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user