File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1873,7 +1873,7 @@ void update_pop_consumption(
1873
1873
1874
1874
auto base_shift = 1 .f / 200 .f ;
1875
1875
1876
- auto shift_life = ve::select (
1876
+ ve::fp_vector shift_life = ve::select (
1877
1877
satisfaction_life_money + qol_from_subsistence > 0 .9f ,
1878
1878
base_shift,
1879
1879
ve::select (
@@ -1882,7 +1882,7 @@ void update_pop_consumption(
1882
1882
0 .f
1883
1883
)
1884
1884
);
1885
- auto shift_everyday = ve::select (
1885
+ ve::fp_vector shift_everyday = ve::select (
1886
1886
satisfaction_everyday_money > 0 .9f ,
1887
1887
base_shift,
1888
1888
ve::select (
@@ -1891,7 +1891,7 @@ void update_pop_consumption(
1891
1891
0 .f
1892
1892
)
1893
1893
);
1894
- auto shift_luxury = ve::select (
1894
+ ve::fp_vector shift_luxury = ve::select (
1895
1895
satisfaction_luxury_money > 0 .9f ,
1896
1896
base_shift,
1897
1897
ve::select (
You can’t perform that action at this time.
0 commit comments