mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-21 00:51:12 +00:00
- added line break to 'No GENMIDI lump' message
'ST_Init: Init startup screen.' is no longer concatenated with the given line
This commit is contained in:
parent
4201c4fbb5
commit
13e6ea7796
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static void SetupGenMidi()
|
||||||
auto lump = Wads.CheckNumForName("GENMIDI", ns_global);
|
auto lump = Wads.CheckNumForName("GENMIDI", ns_global);
|
||||||
if (lump < 0)
|
if (lump < 0)
|
||||||
{
|
{
|
||||||
Printf("No GENMIDI lump found. OPL playback not available.");
|
Printf("No GENMIDI lump found. OPL playback not available.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
auto data = Wads.OpenLumpReader(lump);
|
auto data = Wads.OpenLumpReader(lump);
|
||||||
|
|
Loading…
Reference in a new issue