1
0
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:
Hielke Morsink
2018-06-05 16:06:18 +02:00
parent de3cab59bb
commit 184c46992c
6 changed files with 5 additions and 12 deletions

View File

@@ -20,11 +20,6 @@
#include "NetworkAction.h"
#include "NetworkGroup.h"
NetworkGroup::NetworkGroup()
{
ActionsAllowed = { 0 };
}
NetworkGroup NetworkGroup::FromJson(const json_t * json)
{
NetworkGroup group;