mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Correct comment
This commit is contained in:
parent
a0ebb32912
commit
5f9f255f77
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ boolean I_LoadSong(char *data, size_t len)
|
|||
|
||||
#ifdef HAVE_OPENMPT
|
||||
/*
|
||||
If the size of the data to be checked is bigger than the recommended size (> 2048)
|
||||
If the size of the data to be checked is bigger than the recommended size (> 2048 bytes)
|
||||
Let's just set the probe size to the recommended size
|
||||
Otherwise let's give it the full data size
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue