mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Fix remaining non-empty list initializers
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
#include "NetworkAction.h"
|
||||
#include "NetworkGroup.h"
|
||||
|
||||
NetworkGroup::NetworkGroup()
|
||||
{
|
||||
ActionsAllowed = { 0 };
|
||||
}
|
||||
|
||||
NetworkGroup NetworkGroup::FromJson(const json_t * json)
|
||||
{
|
||||
NetworkGroup group;
|
||||
|
||||
Reference in New Issue
Block a user