mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Fix Linux build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user