Codechange: replace _realtime_tick with std::chrono for mouse events

This commit is contained in:
Patric Stout
2021-02-26 14:00:53 +01:00
committed by Patric Stout
parent 53c28a8ec9
commit 853bfc3562
3 changed files with 21 additions and 20 deletions

View File

@@ -45,7 +45,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.