Used for determining how much of the structure to draw as being built or demolished*/
| 6626 | |
| 6627 | /*Used for determining how much of the structure to draw as being built or demolished*/ |
| 6628 | float structHeightScale(const STRUCTURE *psStruct) |
| 6629 | { |
| 6630 | return MAX(structureCompletionProgress(*psStruct), 0.05f); |
| 6631 | } |
| 6632 | |
| 6633 | |
| 6634 | /*compares the structure sensor type with the droid weapon type to see if the |
no test coverage detected