From d939b841250180d89cd5843ff40e82d00b443c37 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 16 Feb 2011 12:31:47 +0100 Subject: removed no longer needed progression browse info --- src/game/server/gamecontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/gamecontext.h') diff --git a/src/game/server/gamecontext.h b/src/game/server/gamecontext.h index 6ad7204d..7ca38973 100644 --- a/src/game/server/gamecontext.h +++ b/src/game/server/gamecontext.h @@ -161,6 +161,7 @@ public: virtual void OnClientDirectInput(int ClientID, void *pInput); virtual void OnClientPredictedInput(int ClientID, void *pInput); + virtual const char *GameType(); virtual const char *Version(); virtual const char *NetVersion(); }; -- cgit 1.4.1