| 29 | const float PROGRESS_LIMIT_GOOD = 0.26f; |
| 30 | |
| 31 | ResearchProject::ResearchProject(RuleResearch * p, int c) : _project(p), _assigned(0), _spent(0), _cost(c) |
| 32 | { |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Called every day to compute time spent on this ResearchProject |
nothing calls this directly
no outgoing calls
no test coverage detected