mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
SCI: Fixed typo
svn-id: r53905
This commit is contained in:
parent
0e7444a463
commit
408d0e6c5f
@ -1050,7 +1050,7 @@ bool Console::cmdMapInstrument(int argc, const char **argv) {
|
||||
DebugPrintf("A value of 255 (0xff) signifies an unmapped instrument\n");
|
||||
DebugPrintf("Please replace the spaces in the instrument name with underscores (\"_\"). They'll be converted to spaces afterwards\n\n");
|
||||
DebugPrintf("Example: %s test_0__XX 1 255\n", argv[0]);
|
||||
DebugPrintf("The above example will map the MT-32 instument \"test 0 XX\" to GM instrument 1\n\n");
|
||||
DebugPrintf("The above example will map the MT-32 instrument \"test 0 XX\" to GM instrument 1\n\n");
|
||||
} else {
|
||||
if (Mt32dynamicMappings != NULL) {
|
||||
Mt32ToGmMap newMapping;
|
||||
|
Loading…
x
Reference in New Issue
Block a user