# HG changeset patch # User atmos4 # Date 1003617025 0 # Node ID d67dac5d93440d34bce618eb1302b2e65d624e22 # Parent 1f1880196a1c5cf35d5b29958a0b73f6d021442b oops diff -r 1f1880196a1c -r d67dac5d9344 libvo/vo_mga.c --- a/libvo/vo_mga.c Sat Oct 20 22:29:29 2001 +0000 +++ b/libvo/vo_mga.c Sat Oct 20 22:30:25 2001 +0000 @@ -65,7 +65,7 @@ aspect_save_screenres(vo_screenwidth,vo_screenheight); if(fullscreen&0x01) /* -fs */ - aspect(&d_width,&d_height,A_NOZOOM); + aspect(&d_width,&d_height,A_ZOOM); else aspect(&d_width,&d_height,A_NOZOOM); }