From ee0867e45271c6864d9c505d343018ba2fa992ea Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Mon, 14 Aug 2017 14:10:11 +0200 Subject: implement the placeholder client shit TODO: to review, debug, etc this change; and amend this description --- src/game/g_public.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/g_public.h b/src/game/g_public.h index 2e280a2d..c9fb046e 100644 --- a/src/game/g_public.h +++ b/src/game/g_public.h @@ -227,7 +227,10 @@ typedef enum { G_SEND_GAMESTAT, G_ADDCOMMAND, - G_REMOVECOMMAND + G_REMOVECOMMAND, + + G_INSTALL_PLACEHOLDER_CLIENT, + G_SET_CLIENT_VIEW_ENTITY, } gameImport_t; -- cgit