mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
fix wrong function argument in MUSINFO logging (#146)
This commit is contained in:
parent
fc210569e7
commit
01fbd14efc
@ -647,7 +647,7 @@ void S_ChangeMusInfoMusic (int lumpnum, int looping)
|
||||
char name[9];
|
||||
M_snprintf(name, sizeof(name), "%s", lumpinfo[music->lumpnum].name);
|
||||
fprintf(stderr, "S_ChangeMusInfoMusic: %s (%s)\n", name,
|
||||
W_WadNameForLump(lumpinfo[music->lumpnum].index));
|
||||
W_WadNameForLump(music->lumpnum));
|
||||
}
|
||||
|
||||
mus_playing = music;
|
||||
|
Loading…
x
Reference in New Issue
Block a user