mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
game: fix compilation problems for clang
This commit is contained in:
@@ -556,7 +556,7 @@ void CPortal_Player::UpdateExpression( void )
|
||||
return;
|
||||
}
|
||||
|
||||
char const szScene[256];
|
||||
char szScene[256] = { 0 };
|
||||
response->GetResponse( szScene, sizeof(szScene) );
|
||||
|
||||
// Ignore updates that choose the same scene
|
||||
|
||||
Reference in New Issue
Block a user