From daa9252f4738a1784d1a3168297d20c87a2bd743 Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Mon, 24 Feb 2020 00:10:26 +0000 Subject: add !god command --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index b09f822..f15e5c6 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -453,6 +453,7 @@ typedef struct qboolean useUnlagged; statsCounters_t statscounters; int bubbleTime; + int godMode; } clientPersistant_t; #define MAX_UNLAGGED_MARKERS 10 -- cgit