From 073e0eb3c9148d6dd8b2c9ce788843b8180351cb Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 26 Dec 2006 17:36:18 +0000 Subject: (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. --- gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx.c') diff --git a/gfx.c b/gfx.c index 4fffd9407..0422fa00a 100644 --- a/gfx.c +++ b/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"); } } -- cgit v1.2.3-70-g09d2