Fix alpha for liquid nodes (#5494)
[oweals/minetest.git] / src / guiChatConsole.h
index 4e3cae13f23d9e748166a9d318dc85a6335b399d..0332678c759667cd9d66ddcac93b22d8094fd4b9 100644 (file)
@@ -98,7 +98,7 @@ private:
        v2u32 m_screensize;
 
        // used to compute how much time passed since last animate()
-       u32 m_animate_time_old;
+       u64 m_animate_time_old;
 
        // should the console be opened or closed?
        bool m_open;