================= Controls_GetConfig ================= */
| 5585 | ================= |
| 5586 | */ |
| 5587 | void Controls_GetConfig( void ) |
| 5588 | { |
| 5589 | size_t i; |
| 5590 | |
| 5591 | // iterate each command, get its numeric binding |
| 5592 | for ( i = 0; i < g_bindCount; i++ ) |
| 5593 | Controls_GetKeyAssignment( g_bindCommands[i], g_bindKeys[i] ); |
| 5594 | } |
| 5595 | |
| 5596 | |
| 5597 | /* |
no test coverage detected