From 68fa8255244702c06f5d005a6683deaa6e7f83bc Mon Sep 17 00:00:00 2001 From: LordOfLunacy <64547205+LordOfLunacy@users.noreply.github.com> Date: Fri, 13 May 2022 20:39:42 -0400 Subject: [PATCH] Fixed constructor goof 4th times the charm? --- src/openrct2/peep/GuestPathfinding.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/peep/GuestPathfinding.h b/src/openrct2/peep/GuestPathfinding.h index a68239e1f9..cf6324ab45 100644 --- a/src/openrct2/peep/GuestPathfinding.h +++ b/src/openrct2/peep/GuestPathfinding.h @@ -40,7 +40,6 @@ extern bool gPeepPathFindIgnoreForeignQueues; class GuestPathfinding { public: - GuestPathfinding() = delete; virtual ~GuestPathfinding() = default;