mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
Fixed MT-32 welcome message
svn-id: r8225
This commit is contained in:
parent
86138eda44
commit
65ca548502
@ -1134,7 +1134,7 @@ void IMuseInternal::initMT32 (MidiDriver *midi) {
|
||||
// Display a welcome message on MT-32 displays.
|
||||
memcpy (&buffer[4], "\x20\x00\x00", 3);
|
||||
memcpy (&buffer[7], " ", 20);
|
||||
memcpy (&buffer + 7 + (20 - strlen ("ScummVM " SCUMMVM_VERSION)) / 2,
|
||||
memcpy (buffer + 7 + (20 - strlen ("ScummVM " SCUMMVM_VERSION)) / 2,
|
||||
"ScummVM " SCUMMVM_VERSION,
|
||||
strlen ("ScummVM " SCUMMVM_VERSION));
|
||||
byte checksum = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user