mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
* Fixed bug 196.
This commit is contained in:
parent
3f3c019784
commit
46c1127cc4
@ -3882,6 +3882,11 @@ void CArtifactsOfHero::scrollBackpack(int dir)
|
||||
cur->text = cur->ourArt->Description();
|
||||
else
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user