1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fixed constructor goof

4th times the charm?
This commit is contained in:
LordOfLunacy
2022-05-13 20:39:42 -04:00
parent 4436289ff7
commit 68fa825524

View File

@@ -40,7 +40,6 @@ extern bool gPeepPathFindIgnoreForeignQueues;
class GuestPathfinding
{
public:
GuestPathfinding() = delete;
virtual ~GuestPathfinding() = default;