mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Removed old code - VCMI now supports json-based animations everywhere
This commit is contained in:
		| @@ -1059,8 +1059,7 @@ namespace | ||||
|  | ||||
| 		std::string defFile(const JsonNode & node) | ||||
| 		{ | ||||
| 			TEST_FILE(node.meta, "Sprites/", node.String(), EResType::ANIMATION); | ||||
| 			return "Def file \"" + node.String() + "\" was not found"; | ||||
| 			return testAnimation(node.String(), node.meta); | ||||
| 		} | ||||
|  | ||||
| 		std::string animationFile(const JsonNode & node) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user