Forráskód Böngészése

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

beegee1 14 éve
szülő
commit
488e54688f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/HeroBonus.cpp

+ 1 - 1
lib/HeroBonus.cpp

@@ -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
 {