From a06e34cf61063166eaef0bd6652279e8f7e10800 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Tue, 29 Sep 2015 19:14:24 +0300 Subject: [PATCH] Cleanup --- client/battle/CBattleInterface.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/battle/CBattleInterface.cpp b/client/battle/CBattleInterface.cpp index fe998a0b5..e8aa526ad 100644 --- a/client/battle/CBattleInterface.cpp +++ b/client/battle/CBattleInterface.cpp @@ -1091,10 +1091,6 @@ void CBattleInterface::newRoundFirst( int round ) void CBattleInterface::newRound(int number) { console->addText(CGI->generaltexth->allTexts[412]); - - //unlock spellbook - //bSpell->block(!curInt->cb->battleCanCastSpell()); - //don't unlock spellbook - this should be done when we have axctive creature } void CBattleInterface::giveCommand(Battle::ActionType action, BattleHex tile, ui32 stackID, si32 additional, si32 selected)