diff --git a/Sources/DedicatedServer/DedicatedServer.cpp b/Sources/DedicatedServer/DedicatedServer.cpp index c73cda5..12271f5 100644 --- a/Sources/DedicatedServer/DedicatedServer.cpp +++ b/Sources/DedicatedServer/DedicatedServer.cpp @@ -39,6 +39,10 @@ CTString sam_strGameName = "serioussam"; CTimerValue _tvLastLevelEnd((__int64) -1); +// Not used; dummy declaration only needed by +// Engine/Base/ErrorReporting.o +HWND _hwndMain = NULL; + void InitializeGame(void) { #ifdef STATICALLY_LINKED