File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/ai/ai_scanner.cpp
Show inline comments
 
@@ -66,7 +66,7 @@ AIInfo *AIScannerInfo::SelectRandomAI() 
 
	}
 

	
 
	if (num_random_ais == 0) {
 
		DEBUG(script, 0, "No suitable AI found, loading 'dummy' AI.");
 
		Debug(script, 0, "No suitable AI found, loading 'dummy' AI.");
 
		return this->info_dummy;
 
	}