Fix cut-and-paste typo (thanks to CodeSmart\!)

This commit is contained in:
hirsch 2016-07-05 10:41:58 -04:00
parent 10c6de452c
commit fa2df86ecd

View file

@ -81,11 +81,11 @@ void message_action( double deltatime, std::vector< unsigned char > *message, vo
}
// Set mod model
else if ( cc == 38 ) {
rc = mustang.setStomp( value );
rc = mustang.setMod( value );
}
// Mod CC handler
else if ( cc >= 39 && cc <= 43 ) {
StompCC *modObj = mustang.getStomp();
ModCC *modObj = mustang.getMod();
rc = modObj->dispatch( cc, value );
}
// Set delay model