DIRECTOR: Lingo: Attempt to fix func_cursor()

This commit is contained in:
Eugene Sandulenko 2017-01-16 08:43:50 +01:00
parent 1d942944ee
commit 3b7819a97e

View File

@ -255,6 +255,8 @@ void Lingo::func_cursor(int c) {
break;
}
_cursorOnStack = true;
warning("STUB: func_cursor(%d)", c);
}