------------------------------------------------------------------------------------ Returns the difficulty level */
| 75 | // ------------------------------------------------------------------------------------ |
| 76 | /* Returns the difficulty level */ |
| 77 | DIFFICULTY_LEVEL getDifficultyLevel() |
| 78 | { |
| 79 | return presDifLevel; |
| 80 | } |
| 81 | |
| 82 | int modifyForDifficultyLevel(int basicVal, bool IsPlayer) |
| 83 | { |
no outgoing calls
no test coverage detected