Cleanup in content_mapblock (#5746)
[oweals/minetest.git] / src / touchscreengui.h
index 88e068308d4be2ef7dc5bc97016d8ac89a5b626e..f4f1766c91042e1db53788d0b86535ebc7ff3b10 100644 (file)
@@ -172,7 +172,7 @@ private:
        IEventReceiver *m_receiver;
        ISimpleTextureSource *m_texturesource;
        v2u32 m_screensize;
-       std::map<int, rect<s32>> m_hud_rects;
+       std::map<int, rect<s32> > m_hud_rects;
        std::map<int, irr::EKEY_CODE> m_hud_ids;
        bool m_visible; // is the gui visible
 
@@ -186,7 +186,7 @@ private:
 
        int m_move_id;
        bool m_move_has_really_moved;
-       s32 m_move_downtime;
+       s64 m_move_downtime;
        bool m_move_sent_as_mouse_event;
        v2s32 m_move_downlocation;