mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fix assert fail when calling sfall_func7+
This commit is contained in:
@@ -29,7 +29,7 @@ namespace sfall
|
||||
namespace script
|
||||
{
|
||||
|
||||
#define OP_MAX_ARGUMENTS (8)
|
||||
#define OP_MAX_ARGUMENTS (10)
|
||||
|
||||
class OpcodeContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user