game: fix compilation problems for clang

This commit is contained in:
nillerusr
2022-06-20 14:17:53 +03:00
parent ff99055be1
commit ddafaa790e
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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