mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Minor typo fixes
This commit is contained in:
		| @@ -483,7 +483,7 @@ bool MusicEntry::stop(int fade_ms) | ||||
| { | ||||
| 	if (Mix_PlayingMusic()) | ||||
| 	{ | ||||
| 		logGlobal->traceStream()<<"Stoping music file "<<currentName; | ||||
| 		logGlobal->traceStream()<<"Stopping music file "<<currentName; | ||||
| 		loop = 0; | ||||
| 		Mix_FadeOutMusic(fade_ms); | ||||
| 		return true; | ||||
|   | ||||
| @@ -47,7 +47,7 @@ int CRmgTemplateZoneConnection::getGuardStrength() const | ||||
|  | ||||
| void CRmgTemplateZoneConnection::setGuardStrength(int value) | ||||
| { | ||||
| 	if(value < 0) throw std::runtime_error("Negative value for guard strenth not allowed."); | ||||
| 	if(value < 0) throw std::runtime_error("Negative value for guard strength not allowed."); | ||||
| 	guardStrength = value; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user