mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-22 22:44:40 -04:00
add check for market balcony camera (#6464)
This commit is contained in:
@@ -84,7 +84,8 @@ static void DisableFixedCamera_RestoreAllCameraData() {
|
||||
|
||||
// Helper to check if a camera type is a fixed camera
|
||||
static bool IsFixedCameraType(s16 type) {
|
||||
return type == CAM_SET_PREREND_FIXED || type == CAM_SET_PREREND_PIVOT || type == CAM_SET_PIVOT_FROM_SIDE;
|
||||
return type == CAM_SET_PREREND_FIXED || type == CAM_SET_PREREND_PIVOT || type == CAM_SET_PIVOT_FROM_SIDE ||
|
||||
type == CAM_SET_MARKET_BALCONY;
|
||||
}
|
||||
|
||||
static void RegisterDisableFixedCamera() {
|
||||
|
||||
Reference in New Issue
Block a user