mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
DIRECTOR: LINGO: Fix copy/paste error
This commit is contained in:
parent
5a9bc7b86a
commit
8878e11cc7
@ -40,7 +40,7 @@
|
||||
namespace Director {
|
||||
|
||||
#define ARGNUMCHECK(n) \
|
||||
if (nargs != 1) { \
|
||||
if (nargs != (n)) { \
|
||||
warning("%s: expected %d argument%s, got %d", __FUNCTION__, (n), ((n) == 1 ? "" : "s"), nargs); \
|
||||
g_lingo->dropStack(nargs); \
|
||||
return; \
|
||||
|
Loading…
Reference in New Issue
Block a user