DIRECTOR: LINGO: b_nothing was implemented awhile ago

This commit is contained in:
Eugene Sandulenko 2019-12-18 14:37:28 +01:00
parent ce9b358034
commit 98b8b8d730

View File

@ -876,7 +876,7 @@ void Lingo::b_dontPassEvent(int nargs) {
}
void Lingo::b_nothing(int nargs) {
warning("STUB: b_nothing");
// Noop
}
void Lingo::b_delay(int nargs) {