1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Use secret song file from BO2

This commit is contained in:
Jbleezy 2024-03-16 00:21:19 -07:00
parent f27920ad7d
commit 1eec4b1028
2 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sndplaymusicegg_get_time_for_song(song)
}
else if (song == "mus_zmb_secret_song_skrillex_try_it_out")
{
return 228;
return 231;
}
return 0;