mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
DIRECTOR: Build fix whilst determining correct parameters to pass to Lingo::call()
This commit is contained in:
parent
60f936d1f7
commit
82ae4e07ca
@ -856,7 +856,7 @@ void Lingo::c_call() {
|
||||
g_lingo->call(name, nargs);
|
||||
}
|
||||
|
||||
void Lingo::call(Common::String name, int entityId) {
|
||||
void Lingo::call(Common::String name, int nargs) {
|
||||
bool dropArgs = false;
|
||||
|
||||
Symbol *sym;
|
||||
|
@ -275,7 +275,7 @@ public:
|
||||
static void c_le();
|
||||
static void c_call();
|
||||
|
||||
void call(Common::String name, int entityId);
|
||||
void call(Common::String name, int nargs);
|
||||
|
||||
static void c_procret();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user