mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Add missing semicolon after macro usage
This commit is contained in:
		| @@ -64,7 +64,7 @@ TStacks CPlayerBattleCallback::battleGetStacks(EStackOwnership whose, bool onlyA | ||||
|  | ||||
| int CPlayerBattleCallback::battleGetSurrenderCost() const | ||||
| { | ||||
| 	RETURN_IF_NOT_BATTLE(-3) | ||||
| 	RETURN_IF_NOT_BATTLE(-3); | ||||
| 			ASSERT_IF_CALLED_WITH_PLAYER | ||||
| 			return CBattleInfoCallback::battleGetSurrenderCost(*getPlayerID()); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user