mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up getTime helpers
This increases size of the getTime return values to 64 bits. It also removes the TimeGetter classes since the getTime functions are now very precise.
This commit is contained in:
parent
7f4cdbcbe9
commit
b662a4577d
22 changed files with 116 additions and 216 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue