(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:
Darkvater
2006-12-26 17:36:18 +00:00
parent 08d0319f7c
commit 04628a1979
63 changed files with 442 additions and 475 deletions

2
gfx.c
View File

@@ -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");
}
}