mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 17:39:09 +00:00
(svn r2726) Fix last commit
This commit is contained in:
@@ -21,7 +21,6 @@ static struct {
|
|||||||
HPALETTE gdi_palette;
|
HPALETTE gdi_palette;
|
||||||
int width,height;
|
int width,height;
|
||||||
int width_org, height_org;
|
int width_org, height_org;
|
||||||
bool cursor_visible;
|
|
||||||
bool switch_driver;
|
bool switch_driver;
|
||||||
bool fullscreen;
|
bool fullscreen;
|
||||||
bool double_size;
|
bool double_size;
|
||||||
@@ -632,7 +631,6 @@ static void FindResolutions(void)
|
|||||||
static const char *Win32GdiStart(const char * const *parm)
|
static const char *Win32GdiStart(const char * const *parm)
|
||||||
{
|
{
|
||||||
memset(&_wnd, 0, sizeof(_wnd));
|
memset(&_wnd, 0, sizeof(_wnd));
|
||||||
_wnd.cursor_visible = true;
|
|
||||||
|
|
||||||
RegisterWndClass();
|
RegisterWndClass();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user