mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Fix compilation on Ubuntu 20.04 / GCC 9
This commit is contained in:
committed by
GitHub
parent
23bae61b7a
commit
1168425f14
@@ -236,6 +236,8 @@ namespace OpenRCT2::Scripting
|
||||
{
|
||||
duk_error(_context, DUK_ERR_ERROR, "Invalid entity type.");
|
||||
}
|
||||
|
||||
return DukValue();
|
||||
}
|
||||
|
||||
static void Register(duk_context* ctx)
|
||||
|
||||
Reference in New Issue
Block a user