some work on assetmgr

This commit is contained in:
2026-03-04 14:45:34 +02:00
parent 9884006888
commit ddbdef713b
20 changed files with 282 additions and 153 deletions

View File

@@ -41,7 +41,9 @@ extern "C" void FunnyMain( int argc, char **argv )
stConstants.m_bIsSteam = true;
if (!SteamAPI_Init())
Plat_FatalErrorFunc("SteamAPI_Init failed lol\n");
{
stConstants.m_bIsSteam = false;
}
stConstants.LaunchServer = LaunchServerAtSteamRelay;
stConstants.ConnectSteamServer = ConnectBySteamID;