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:
parent
b8448e4c3b
commit
488e54688f
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user