Home
last modified time | relevance | path

Searched refs:total_RP_spent (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp6650 float total_RP_spent = empire->GetResearchQueue().TotalRPsSpent(); in RefreshResearchResourceIndicator() local
6652 float total_RP_wasted = total_RP_output - total_RP_spent; in RefreshResearchResourceIndicator()
6657 total_RP_spent, total_RP_output, total_RP_target_output in RefreshResearchResourceIndicator()
6662 … << total_RP_spent << " and RP Production: " << total_RP_output << ", wasting " << total_RP_wasted; in RefreshResearchResourceIndicator()