changeset 4002:6ce744b637ad

paint background on -v -v
author nick
date Sun, 06 Jan 2002 10:58:04 +0000
parents ae6f97724b84
children 92c59012249d
files libvo/vo_vesa.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Sun Jan 06 01:56:27 2002 +0000
+++ b/libvo/vo_vesa.c	Sun Jan 06 10:58:04 2002 +0000
@@ -886,12 +886,12 @@
 	    for(i=0;i<MAX_BUFFERS;i++)
 	    {
 		win.ptr = dga_buffer = video_base + multi_buff[i];
-		if(verbose) paintBkGnd();
+		if(verbose>1) paintBkGnd();
 	    }
 	}
 	else
 	{
-	    if(verbose) paintBkGnd();
+	    if(verbose>1) paintBkGnd();
 	    {
 	        int x;
 	        x = (video_mode_info.XResolution/video_mode_info.XCharSize)/2-strlen(title)/2;