1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Fix Linux build

This commit is contained in:
Ted John
2020-03-04 00:01:17 +00:00
parent 83fe0cf5c5
commit 49b155d178
4 changed files with 27 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ namespace OpenRCT2::Scripting
struct CustomAction
{
std::shared_ptr<Plugin> Plugin;
std::shared_ptr<Plugin> Owner;
std::string Name;
DukValue Query;
DukValue Execute;