Fixed typo in the error message: it's YM2612 is OPN2 which is not OPL

This commit is contained in:
Vitaly Novichkov 2018-03-25 03:25:04 +03:00
parent a60dc64e71
commit 6a48b12999
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ OPNMIDIDevice::OPNMIDIDevice(const char *args)
int lump = Wads.CheckNumForFullName("xg.wopn");
if (lump < 0)
{
I_Error("No OPL bank found");
I_Error("No OPN bank found");
}
FMemLump data = Wads.ReadLump(lump);
opn2_openBankData(Renderer, data.GetMem(), data.GetSize());