File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/script/api/script_log.cpp
Show inline comments
 
@@ -74,7 +74,7 @@
 
	}
 

	
 
	/* Also still print to debug window */
 
	DEBUG(script, level, "[%d] [%c] %s", (uint)ScriptObject::GetRootCompany(), logc, log->lines[log->pos]);
 
	Debug(script, level, "[{}] [{}] {}", (uint)ScriptObject::GetRootCompany(), logc, log->lines[log->pos]);
 
	InvalidateWindowData(WC_AI_DEBUG, 0, ScriptObject::GetRootCompany());
 
}