diff options
Diffstat (limited to 'tfmx/mxtxplayer.cpp')
| -rw-r--r-- | tfmx/mxtxplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tfmx/mxtxplayer.cpp b/tfmx/mxtxplayer.cpp index e5200c6584..f3c6887a2b 100644 --- a/tfmx/mxtxplayer.cpp +++ b/tfmx/mxtxplayer.cpp @@ -74,7 +74,7 @@ void modcmdmain(const int argc, const char *const argv[]) { param = atoi(argv[++i]); debug( "play Song %02X", param); - player->doSong(0); + player->doSong(param); //player->noteOn(player->_channelCtx[0], 43, 64, 0); |
