1
0
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:
Michael Steenbeek
2021-08-11 16:37:42 +02:00
committed by GitHub
parent 23bae61b7a
commit 1168425f14

View File

@@ -236,6 +236,8 @@ namespace OpenRCT2::Scripting
{
duk_error(_context, DUK_ERR_ERROR, "Invalid entity type.");
}
return DukValue();
}
static void Register(duk_context* ctx)