engine: client: Fix access to uninitialized variable.

This commit is contained in:
Andrey Akhmichin
2022-12-20 16:06:41 +03:00
committed by Alibek Omarov
parent e273e09fc9
commit 0d5cd89144
+1 -1
View File
@@ -209,7 +209,7 @@ qboolean SCR_PlayCinematic( const char *arg )
if( FS_FileExists( arg, false ) && !fullpath )
{
Con_Printf( S_ERROR "Couldn't load %s from packfile. Please extract it\n", path );
Con_Printf( S_ERROR "Couldn't load %s from packfile. Please extract it\n", arg );
return false;
}