================= UI_Cursor_Show ================= */
| 11524 | ================= |
| 11525 | */ |
| 11526 | void UI_Cursor_Show(qboolean flag) |
| 11527 | { |
| 11528 | DC->cursorShow = flag; |
| 11529 | |
| 11530 | if ((DC->cursorShow != qtrue) && (DC->cursorShow != qfalse)) |
| 11531 | { |
| 11532 | DC->cursorShow = qtrue; |
| 11533 | } |
| 11534 | } |
no outgoing calls
no test coverage detected