================== SV_CheckPaused ================== */
| 392 | ================== |
| 393 | */ |
| 394 | qboolean SV_CheckPaused( void ) { |
| 395 | if ( !cl_paused->integer ) { |
| 396 | return qfalse; |
| 397 | } |
| 398 | |
| 399 | Cvar_Set("sv_paused", "1"); |
| 400 | return qtrue; |
| 401 | } |
| 402 | |
| 403 | /* |
| 404 | This wonderful hack is needed to avoid rendering frames until several camera related things |