From ec81239d224f09cbc6ef746ee68012b4a512cfe4 Mon Sep 17 00:00:00 2001 From: Walter Julius Hennecke Date: Sun, 16 Feb 2014 22:52:41 +0100 Subject: [PATCH] Manual merge of possible fix for #2 part 2. --- code/game/g_local.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/g_local.h b/code/game/g_local.h index 93ecb1b..4e760bd 100644 --- a/code/game/g_local.h +++ b/code/game/g_local.h @@ -581,6 +581,8 @@ struct gclient_s { // for selfdestruct and shiphealth int nokilli; //!< if 1 this player won't be killed if the ship is killed int myship; //!< entnum of the shiphealth entity this client currently holds info from + + int respawnDisabledTime; };