mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(svn r17359) -Fix: put static before cv qualifier, some compilers complain about that
This commit is contained in:
@@ -408,7 +408,7 @@ struct AboutWindow : public Window {
|
|||||||
int text_position; ///< The top of the scrolling text
|
int text_position; ///< The top of the scrolling text
|
||||||
byte counter; ///< Used to scroll the text every 5 ticks
|
byte counter; ///< Used to scroll the text every 5 ticks
|
||||||
int line_height; ///< The height of a single line
|
int line_height; ///< The height of a single line
|
||||||
const static int num_visible_lines = 19; ///< The number of lines visible simultaneously
|
static const int num_visible_lines = 19; ///< The number of lines visible simultaneously
|
||||||
|
|
||||||
AboutWindow() : Window()
|
AboutWindow() : Window()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user