mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
- wrokaround/fix for #1177
- removed assert in Fonts.cpp (can be triggered a lot by old pregame\battles code) - fixed battle console text positioning - fixed some new compiler warnings
This commit is contained in:
@ -1135,7 +1135,7 @@ void CGHeroInstance::Updatespecialty() //TODO: calculate special value of bonuse
|
||||
{
|
||||
if (hs->growsWithLevel)
|
||||
{
|
||||
const auto &creatures = VLC->creh->creatures;
|
||||
//const auto &creatures = VLC->creh->creatures;
|
||||
|
||||
BOOST_FOREACH(Bonus * b, hs->getBonusList())
|
||||
{
|
||||
|
Reference in New Issue
Block a user