mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-29 21:56:54 +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
|
#define BONUS_LOG_LINE(x) tlog5 << x << std::endl
|
||||||
|
|
||||||
int CBonusSystemNode::treeChanged = 1;
|
int CBonusSystemNode::treeChanged = 1;
|
||||||
const bool CBonusSystemNode::cachingEnabled = true;
|
const bool CBonusSystemNode::cachingEnabled = false;
|
||||||
|
|
||||||
int DLL_EXPORT BonusList::totalValue() const
|
int DLL_EXPORT BonusList::totalValue() const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user