diff --git a/Quake/pr_exec.c b/Quake/pr_exec.c index c5c79a6b..7a85b8ba 100644 --- a/Quake/pr_exec.c +++ b/Quake/pr_exec.c @@ -227,6 +227,9 @@ void PR_Profile_f (void) int num; int i; + if (!sv.active) + return; + num = 0; do {