1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Add default exit value to staff_can_ignore_wide_flag

This commit is contained in:
Michał Janiszewski
2018-01-26 20:29:37 +01:00
parent 8f1100c986
commit a7c7dc68e3

View File

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