global update

This commit is contained in:
2026-08-26 15:30:40 +03:00
parent 52aa5803af
commit 8055881fef
28 changed files with 401 additions and 624 deletions
+1 -3
View File
@@ -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)
{