mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
DIRECTOR: LINGO: Add warnings for b_open Lingo function
This commit is contained in:
parent
3b42457228
commit
850af8683f
@ -1113,9 +1113,10 @@ void LB::b_getNthFileNameInFolder(int nargs) {
|
||||
}
|
||||
|
||||
void LB::b_open(int nargs) {
|
||||
g_lingo->printSTUBWithArglist("b_open", nargs);
|
||||
|
||||
g_lingo->dropStack(nargs);
|
||||
Datum d = g_lingo->pop();
|
||||
if (nargs == 2)
|
||||
g_lingo->pop();
|
||||
warning("LB::b_open(): Unsupported command open encountered -> The movie tried to open %s", d.asString().c_str());
|
||||
}
|
||||
|
||||
void LB::b_openDA(int nargs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user