mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Embed our own duktape library
Duktape is geared around compile time switches. We can't rely on shared libraries.
This commit is contained in:
@@ -1438,4 +1438,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