1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
DjWarmonger 2011-06-01 05:10:28 +00:00
parent 27f9a20d2b
commit f4f2af664f

View File

@ -5855,7 +5855,7 @@ void CBank::onHeroVisit (const CGHeroInstance * h) const
} }
BlockingDialog bd (true, false); BlockingDialog bd (true, false);
bd.player = h->getOwner(); bd.player = h->getOwner();
bd.soundID = soundBase::DANGER; bd.soundID = soundBase::ROGUE;
bd.text << VLC->generaltexth->advobtxt[banktext]; bd.text << VLC->generaltexth->advobtxt[banktext];
if (ID == 16) if (ID == 16)
bd.text.addReplacement(VLC->objh->creBanksNames[index]); bd.text.addReplacement(VLC->objh->creBanksNames[index]);