1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Revert "Add default exit value to staff_can_ignore_wide_flag"

AppVeyor fails because the code is unreachable.
This reverts commit a7c7dc68e3.
This commit is contained in:
Gymnasiast
2018-01-28 12:13:47 +01:00
parent c404c05fa8
commit f217582f8e

View File

@@ -794,7 +794,6 @@ sint32 staff_can_ignore_wide_flag(rct_peep * staff, sint32 x, sint32 y, uint8 z,
default:
return 0;
}
return 0;
}
/**