summaryrefslogtreecommitdiff
path: root/src/i_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_video.c')
-rw-r--r--src/i_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i_video.c b/src/i_video.c
index 53e1272d..26f8ec16 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -961,7 +961,8 @@ static void AutoAdjustSettings(void)
"compensate:\n");
if (old_ratio != aspect_ratio_correct)
- printf("\tletterbox mode on (aspect_ratio_correct=2)\n");
+ printf("\tletterbox mode on (aspect_ratio_correct=%i)\n",
+ aspect_ratio_correct);
if (screenmultiply != old_screenmultiply)
printf("\tscreenmultiply=%i\n", screenmultiply);