mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Merge pull request #16153 from IntelOrca/embed-duktape
Resolve #14259: Embed our own duktape library
This commit is contained in:
@@ -1443,4 +1443,9 @@ int32_t OpenRCT2::Scripting::GetTargetAPIVersion()
|
||||
return plugin->GetTargetAPIVersion();
|
||||
}
|
||||
|
||||
duk_bool_t duk_exec_timeout_check(void*)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user