AlexVinS před 8 roky
rodič
revize
fa6a7bd1b5
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      client/windows/CCreatureWindow.cpp

+ 2 - 1
client/windows/CCreatureWindow.cpp

@@ -563,7 +563,8 @@ void CStackWindow::setSelection(si32 newSkill, CCommanderSkillIcon * newIcon)
 	if (selectedIcon && oldSelection < 100) // recreate image on old selection, only for skills
 		selectedIcon->setObject(new CPicture(getSkillImage(oldSelection)));
 
-	selectedIcon->text = getSkillDescription(oldSelection, false); //update previously selected icon's message to existing skill level
+	if(selectedIcon)
+		selectedIcon->text = getSkillDescription(oldSelection, false); //update previously selected icon's message to existing skill level
 
 	selectedIcon = newIcon; // update new selection
 	if (newSkill < 100)