mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 02:12:37 +01:00
Codechange: Add constant for common blink interval.
This commit is contained in:
committed by
Peter Nelson
parent
ecafbf884e
commit
10841ea3fd
@@ -32,4 +32,7 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
/** Interval used by blinking interface elements. */
|
||||
static constexpr std::chrono::milliseconds TIMER_BLINK_INTERVAL{450};
|
||||
|
||||
#endif /* TIMER_WINDOW_H */
|
||||
|
||||
Reference in New Issue
Block a user