mirror of https://github.com/OpenTTD/OpenTTD
(svn r22943) -Fix: [OSX] Typo broke debug compilation
parent
db50cf9168
commit
6a72d64dbe
|
@ -305,7 +305,7 @@ static CocoaSubdriver *QZ_CreateSubdriver(int width, int height, int bpp, bool f
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
/* This Fullscreen mode crashes on OSX 10.7 */
|
/* This Fullscreen mode crashes on OSX 10.7 */
|
||||||
if !(MacOSVersionIsAtLeast(10, 7, 0) {
|
if (!MacOSVersionIsAtLeast(10, 7, 0)) {
|
||||||
/* Try fullscreen too when in debug mode */
|
/* Try fullscreen too when in debug mode */
|
||||||
DEBUG(driver, 0, "Setting video mode failed, falling back to 640x480 fullscreen mode.");
|
DEBUG(driver, 0, "Setting video mode failed, falling back to 640x480 fullscreen mode.");
|
||||||
ret = QZ_CreateFullscreenSubdriver(640, 480, bpp);
|
ret = QZ_CreateFullscreenSubdriver(640, 480, bpp);
|
||||||
|
|
Loading…
Reference in New Issue