1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

* Bonus caching system disabled for the moment now. => #764

This commit is contained in:
beegee1 2011-07-05 18:29:48 +00:00
parent b8448e4c3b
commit 488e54688f

View File

@ -25,7 +25,7 @@
#define BONUS_LOG_LINE(x) tlog5 << x << std::endl
int CBonusSystemNode::treeChanged = 1;
const bool CBonusSystemNode::cachingEnabled = true;
const bool CBonusSystemNode::cachingEnabled = false;
int DLL_EXPORT BonusList::totalValue() const
{