diff options
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index 89ef884c4..e8b3a8e97 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -411,10 +411,10 @@ class Map final : public Properties, public ConfigListener } const std::string file; - const int x; - const int y; - const int w; - const int h; + const2 int x; + const2 int y; + const2 int w; + const2 int h; }; std::vector<ParticleEffectData> mParticleEffects; |