(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
use in debug.h. grfmsg() is now used as a specific debug-function for grf.
This commit is contained in:
2
gfx.c
2
gfx.c
@@ -2003,7 +2003,7 @@ void ToggleFullScreen(bool fs)
|
||||
{
|
||||
_video_driver->toggle_fullscreen(fs);
|
||||
if (_fullscreen != fs && _num_resolutions == 0) {
|
||||
DEBUG(misc, 0) ("Could not find a suitable fullscreen resolution.");
|
||||
DEBUG(driver, 0, "Could not find a suitable fullscreen resolution");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user