From 1364631211a42b6fc5ed7eb5a7ecb6ab6e7a7422 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 4 Apr 2011 01:27:23 +0200 Subject: Added functionality to switch to the next and the previous player while spectating. --- src/game/client/components/spectator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/spectator.h') diff --git a/src/game/client/components/spectator.h b/src/game/client/components/spectator.h index 607780f5..7dfbf856 100644 --- a/src/game/client/components/spectator.h +++ b/src/game/client/components/spectator.h @@ -21,6 +21,8 @@ class CSpectator : public CComponent static void ConKeySpectator(IConsole::IResult *pResult, void *pUserData); static void ConSpectate(IConsole::IResult *pResult, void *pUserData); + static void ConSpectateNext(IConsole::IResult *pResult, void *pUserData); + static void ConSpectatePrevious(IConsole::IResult *pResult, void *pUserData); public: CSpectator(); -- cgit 1.4.1