Codechange: replace _realtime_tick with std::chrono for mouse events
(cherry picked from commit 853bfc3562
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
d4f208d9c1
commit
3744d71b13
@@ -48,7 +48,7 @@
|
||||
#include "safeguards.h"
|
||||
|
||||
/** The sprite picker. */
|
||||
NewGrfDebugSpritePicker _newgrf_debug_sprite_picker = { SPM_NONE, nullptr, 0, std::vector<SpriteID>() };
|
||||
NewGrfDebugSpritePicker _newgrf_debug_sprite_picker = { SPM_NONE, nullptr, std::vector<SpriteID>() };
|
||||
|
||||
/**
|
||||
* Get the feature index related to the window number.
|
||||
|
Reference in New Issue
Block a user