============ idCVarSystemLocal::SetCVarInteger ============ */
| 666 | ============ |
| 667 | */ |
| 668 | void idCVarSystemLocal::SetCVarInteger( const char *name, const int value, int flags ) { |
| 669 | SetInternal( name, idStr( value ), flags ); |
| 670 | } |
| 671 | |
| 672 | /* |
| 673 | ============ |
no test coverage detected