global update
This commit is contained in:
+1
-3
@@ -42,6 +42,7 @@ extern "C" void __cdecl SteamAPIDebug( ESteamNetworkingSocketsDebugOutputType nT
|
||||
V_printf("STEAM: %s\n", pszMsg);
|
||||
}
|
||||
#endif
|
||||
#include "time.h"
|
||||
|
||||
extern "C" void FunnyMain( int argc, char **argv )
|
||||
{
|
||||
@@ -124,7 +125,6 @@ extern "C" void FunnyMain( int argc, char **argv )
|
||||
Console()->Execute();
|
||||
double fPrevious = Plat_GetTime();
|
||||
for (;;) {
|
||||
|
||||
if (!stConstants.m_bIsDedicated)
|
||||
{
|
||||
if (pWindow->IsValid() == false)
|
||||
@@ -145,8 +145,6 @@ extern "C" void FunnyMain( int argc, char **argv )
|
||||
g_pHumanDeviceManager->Frame();
|
||||
g_pServerGame->m_pBridge->Frame(fDelta);
|
||||
|
||||
fCurrent = Plat_GetTime();
|
||||
|
||||
if (!stConstants.m_bIsDedicated)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user