Translated using Weblate (Japanese)
[oweals/minetest.git] / src / particles.h
index d7f1147f16cf07b5a145f83ddee0ef7918d431b3..0ad8d71b5a860cdbd14a5106ec458518bdcacebd 100644 (file)
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include <iostream>
 #include "irrlichttypes_extrabloated.h"
-#include "tile.h"
+#include "client/tile.h"
 #include "localplayer.h"
 #include "environment.h"
 
@@ -190,8 +190,8 @@ private:
        std::map<u32, ParticleSpawner*> m_particle_spawners;
 
        ClientEnvironment* m_env;
-       JMutex m_particle_list_lock;
-       JMutex m_spawner_list_lock;
+       Mutex m_particle_list_lock;
+       Mutex m_spawner_list_lock;
 };
 
 #endif