From 8d6d428bae53651d38a7328129e7e0aa1e239827 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 16 Aug 2011 22:15:08 -0400 Subject: [PATCH] Updated IServerGameDLL to fix loading after today's game update. --- public/eiface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/eiface.h b/public/eiface.h index 1d516347..b9081f99 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -406,8 +406,6 @@ public: CreateInterfaceFn fileSystemFactory, CGlobalVars *pGlobals) = 0; - virtual bool ReplayInit( CreateInterfaceFn replayFactory ) = 0; - // This is called when a new game is started. (restart, map) virtual bool GameInit( void ) = 0;