mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -1847,7 +1847,7 @@ void CBugUIPanel::OnSubmit()
|
||||
extern CGlobalVars g_ServerGlobalVariables;
|
||||
char misc2[ 256 ];
|
||||
|
||||
long mapfiletime = g_pFileSystem->GetFileTime( modelloader->GetName( host_state.worldmodel ), "GAME" );
|
||||
time_t mapfiletime = g_pFileSystem->GetFileTime( modelloader->GetName( host_state.worldmodel ), "GAME" );
|
||||
if ( !isPublic && mapfiletime != 0L )
|
||||
{
|
||||
char filetimebuf[ 64 ];
|
||||
|
||||
Reference in New Issue
Block a user