]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/touchscreengui.h
Time: Change old `u32` timestamps to 64-bit (#5818)
[dragonfireclient.git] / src / touchscreengui.h
index 1308d78ae46974e16b92b76907416281e736015b..f4f1766c91042e1db53788d0b86535ebc7ff3b10 100644 (file)
@@ -186,7 +186,7 @@ class TouchScreenGUI
 
        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;