mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 19:32:54 +01:00
Codechange: replace _realtime_tick with std::chrono for mouse events
This commit is contained in:
committed by
Patric Stout
parent
53c28a8ec9
commit
853bfc3562
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user