mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Patch from Gernsworth fixing #1283.
This commit is contained in:
		| @@ -2019,7 +2019,7 @@ void CBattleInterface::activateStack() | ||||
|  | ||||
| 	queue->update(); | ||||
| 	redrawBackgroundWithHexes(activeStack); | ||||
| 	bWait->block(s->waited()); //block waiting button if stack has been already waiting | ||||
| 	bWait->block(s->waited() || tacticsMode); //block waiting button if stack has been already waiting | ||||
|  | ||||
| 	//block cast spell button if hero doesn't have a spellbook | ||||
| 	ESpellCastProblem::ESpellCastProblem spellcastingProblem; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user