Skip to content

Commit

Permalink
BaseMenu: add the media/ prefix to gamestartup background track
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav4KZ authored and a1batross committed Apr 23, 2023
1 parent d746abc commit 262128c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ void UI_UpdateMenu( float flTime )
{
// if game was launched with commandline e.g. +map or +load ignore the music
if( !CL_IsActive( ))
EngFuncs::PlayBackgroundTrack( "gamestartup", "gamestartup" );
EngFuncs::PlayBackgroundTrack( "media/gamestartup", "media/gamestartup" );
first = FALSE;
}
}
Expand Down

0 comments on commit 262128c

Please sign in to comment.