| 16785 | } |
| 16786 | |
| 16787 | void GenericGUIMenu::AlchemyGUI_t::changeCurrentView(GenericGUIMenu::AlchemyGUI_t::AlchemyView_t view) |
| 16788 | { |
| 16789 | recipes.closeRecipePanel(); |
| 16790 | |
| 16791 | animTooltip = 0.0; |
| 16792 | |
| 16793 | animPotion1 = 0.0; |
| 16794 | potion1Uid = 0; |
| 16795 | animPotion2 = 0.0; |
| 16796 | potion2Uid = 0; |
| 16797 | alchemyResultPotion.type = POTION_EMPTY; |
| 16798 | potionResultUid = 0; |
| 16799 | animPotionResult = 0.0; |
| 16800 | |
| 16801 | itemRequiresTitleReflow = true; |
| 16802 | |
| 16803 | openAlchemyMenu(view); |
| 16804 | } |
| 16805 | |
| 16806 | void GenericGUIMenu::AlchemyGUI_t::closeAlchemyMenu() |
| 16807 | { |
no test coverage detected