============ idCVarSystemLocal::SetModifiedFlags ============ */
| 796 | ============ |
| 797 | */ |
| 798 | void idCVarSystemLocal::SetModifiedFlags( int flags ) { |
| 799 | modifiedFlags |= flags; |
| 800 | } |
| 801 | |
| 802 | /* |
| 803 | ============ |
no outgoing calls
no test coverage detected