summaryrefslogtreecommitdiff
path: root/src/newgrf_debug_gui.cpp
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-26 14:00:53 +0100
committerPatric Stout <github@truebrain.nl>2021-02-27 00:36:14 +0100
commit853bfc35626ddb1c1c5794b6afdaa059e2d79f05 (patch)
treed8db603fb4906a9ae4ab19b83f9966d310c6e6c3 /src/newgrf_debug_gui.cpp
parent53c28a8ec9845a90f0c9e1ed83a87dbb7959d14d (diff)
downloadopenttd-853bfc35626ddb1c1c5794b6afdaa059e2d79f05.tar.xz
Codechange: replace _realtime_tick with std::chrono for mouse events
Diffstat (limited to 'src/newgrf_debug_gui.cpp')
-rw-r--r--src/newgrf_debug_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_debug_gui.cpp b/src/newgrf_debug_gui.cpp
index f82f4d93b..bd78deee9 100644
--- a/src/newgrf_debug_gui.cpp
+++ b/src/newgrf_debug_gui.cpp
@@ -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.