mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
* Fixed bug 196.
This commit is contained in:
@@ -3882,6 +3882,11 @@ void CArtifactsOfHero::scrollBackpack(int dir)
|
|||||||
cur->text = cur->ourArt->Description();
|
cur->text = cur->ourArt->Description();
|
||||||
else
|
else
|
||||||
cur->text = std::string();
|
cur->text = std::string();
|
||||||
|
|
||||||
|
// Set hover text.
|
||||||
|
char bufor[400];
|
||||||
|
sprintf(bufor, CGI->generaltexth->heroscrn[1].c_str(), cur->ourArt->Name().c_str());
|
||||||
|
cur->hoverText = bufor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user