mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -2312,7 +2312,7 @@ bool CBasePanel::IsPromptableCommand( const char *command )
|
||||
//-------------------------
|
||||
// Purpose: Job wrapper
|
||||
//-------------------------
|
||||
static unsigned PanelJobWrapperFn( void *pvContext )
|
||||
static uintp PanelJobWrapperFn( void *pvContext )
|
||||
{
|
||||
CBasePanel::CAsyncJobContext *pAsync = reinterpret_cast< CBasePanel::CAsyncJobContext * >( pvContext );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user