Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
[client] Fix launching of non-VGUI2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Nov 1, 2018
1 parent b9dbd12 commit 6964bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cl_dll/cdll_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,12 @@ void _DLLEXPORT HUD_DirectorMessage( int iSize, void *pbuf )
}


#ifdef USE_VGUI2
/**
* This function is never called, but it has to exist in order for the engine to load stuff from the client. - Solokiller
*/
extern "C" DLLEXPORT void* ClientFactory()
{
return nullptr;
}
}
#endif

0 comments on commit 6964bb6

Please sign in to comment.