diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-11 20:43:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-11 21:03:32 +0200 |
| commit | a98f6e4f84d02b87ba05cecfcc3005858f274afa (patch) | |
| tree | 5b244f709c400cf2fff25f7af7b4f9c158bc8f2c /src/lib/atmos_content.h | |
| parent | 6157596fabb32c0f915525e4d05130652c1cd751 (diff) | |
Cleanup: use constexpr for content and player properties.
Also fix a clash between the ATMOS and player properties.
Diffstat (limited to 'src/lib/atmos_content.h')
| -rw-r--r-- | src/lib/atmos_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/atmos_content.h b/src/lib/atmos_content.h index ffa181497..21d52bfe8 100644 --- a/src/lib/atmos_content.h +++ b/src/lib/atmos_content.h @@ -30,7 +30,7 @@ class Content; class AtmosContentProperty { public: - static int const EDIT_RATE; + static int constexpr EDIT_RATE = 700; }; |
