mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
DIRECTOR: Lingo: Fix b_moveableSprite() stub
This commit is contained in:
parent
b7c9afe135
commit
966f75c39a
@ -1163,8 +1163,9 @@ void Lingo::b_move(int nargs) {
|
||||
}
|
||||
|
||||
void Lingo::b_moveableSprite(int nargs) {
|
||||
Datum d = g_lingo->pop();
|
||||
warning("STUB: b_moveableSprite(%d)", d.u.i);
|
||||
g_lingo->printSTUBWithArglist("b_moveableSprite", nargs);
|
||||
|
||||
g_lingo->dropStack(nargs);
|
||||
}
|
||||
|
||||
void Lingo::b_pasteClipBoardInto(int nargs) {
|
||||
|
Loading…
Reference in New Issue
Block a user