From f217582f8eb22850f41074594680bb67c3e1ae38 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 28 Jan 2018 12:13:47 +0100 Subject: [PATCH] Revert "Add default exit value to staff_can_ignore_wide_flag" AppVeyor fails because the code is unreachable. This reverts commit a7c7dc68e3b49a534c1c904d5a28bcdcdc4e4509. --- src/openrct2/peep/Staff.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/peep/Staff.cpp b/src/openrct2/peep/Staff.cpp index 795d4e5fb2..722f2139f5 100644 --- a/src/openrct2/peep/Staff.cpp +++ b/src/openrct2/peep/Staff.cpp @@ -794,7 +794,6 @@ sint32 staff_can_ignore_wide_flag(rct_peep * staff, sint32 x, sint32 y, uint8 z, default: return 0; } - return 0; } /**