diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
| commit | 99c78680de41fc627ec5d2737b2639605e87ae32 (patch) | |
| tree | a3e5eb7c03f1de53dc6a0461d88527a6f1b8fd05 /src/d/d_cam_style.cpp | |
| parent | 6610bf1d1ca48bacda8fcbe3803a7c3b8c6cf214 (diff) | |
Fix version defines
Diffstat (limited to 'src/d/d_cam_style.cpp')
| -rw-r--r-- | src/d/d_cam_style.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_cam_style.cpp b/src/d/d_cam_style.cpp index 99c51d72..d7ccc514 100644 --- a/src/d/d_cam_style.cpp +++ b/src/d/d_cam_style.cpp @@ -356,7 +356,7 @@ const dCamera__Style dCamParam_c::styles[] = { {0.0f, 0.0f, -99999.99f, 0.7f, 0.25f, 0.0f, 0.0f, 30.0f, 0.0f, 1.0f, 320.0f, 240.0f, 700.0f, 0.0f, 20.0f, 0.0f, 0.0f, 30.0f, 0.0f, 0.6f, 0.33f, 0.66f, -99999.99f, 0.0f, 8.0f, 55.0f, 50.0f, 60.0f, 0.0f, 0.4f}, dCamPrmFlg_UNK002, }, -#if VERSION == VERSION_JPN +#if VERSION <= VERSION_JPN { 'MM03', 0xA, @@ -676,7 +676,7 @@ const dCamera__Style dCamParam_c::styles[] = { {1.0f, 0.0f, -99999.99f, 0.75f, 0.25f, 15.0f, -99999.99f, -99999.99f, -99999.99f, -99999.99f, 1050.0f, 950.0f, -99999.99f, 0.66f, 0.05f, 20.0f, 15.0f, 45.0f, 2.0f, 0.05f, 0.12f, -99999.99f, -99999.99f, 1.0f, 0.2f, 60.0f, -99999.99f, -99999.99f, -99999.99f, 0.05f}, dCamPrmFlg_UNK001 | dCamPrmFlg_UNK400, }, -#if VERSION == VERSION_JPN +#if VERSION <= VERSION_JPN { 'FN38', 0x1, @@ -876,7 +876,7 @@ const dCamera__Style dCamParam_c::styles[] = { {0.0f, 0.0f, -99999.99f, 0.7f, 0.25f, 30.0f, 25.0f, 30.0f, 0.0f, 0.5f, 250.0f, 160.0f, 420.0f, 0.0f, 20.0f, 20.0f, 40.0f, 5.0f, 0.0f, 2.4f, 0.33f, 0.66f, -99999.99f, 0.0f, 8.0f, 55.0f, 55.0f, 58.0f, 0.0f, 0.45f}, dCamPrmFlg_UNK002, }, -#if VERSION != VERSION_JPN +#if VERSION > VERSION_JPN { 'MM03', 0xA, |
