1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

fix: some code tidy about includes & irr namespaces

This commit is contained in:
Loic Blot
2021-05-03 10:27:00 +02:00
committed by Loïc Blot
parent 48d5abd5be
commit de85bc9227
14 changed files with 59 additions and 65 deletions

View File

@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// Menu clouds are created later
class Clouds;
Clouds *g_menuclouds = NULL;
irr::scene::ISceneManager *g_menucloudsmgr = NULL;
scene::ISceneManager *g_menucloudsmgr = NULL;
// Constant for now
static constexpr const float cloud_size = BS * 64.0f;