equal
deleted
inserted
replaced
756 DestroyWindow(_wnd.main_wnd); |
756 DestroyWindow(_wnd.main_wnd); |
757 |
757 |
758 #if !defined(WINCE) |
758 #if !defined(WINCE) |
759 if (_wnd.fullscreen) ChangeDisplaySettings(NULL, 0); |
759 if (_wnd.fullscreen) ChangeDisplaySettings(NULL, 0); |
760 #endif |
760 #endif |
761 if (_double_size) { |
761 if (_wnd.double_size) { |
762 _cur_resolution[0] *= 2; |
762 _cur_resolution[0] *= 2; |
763 _cur_resolution[1] *= 2; |
763 _cur_resolution[1] *= 2; |
764 } |
764 } |
765 |
765 |
766 MyShowCursor(true); |
766 MyShowCursor(true); |