diff --git a/engine/client/cl_video.c b/engine/client/cl_video.c index 1b4ad6e5..9a225d0a 100644 --- a/engine/client/cl_video.c +++ b/engine/client/cl_video.c @@ -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; }