diff options
-rw-r--r-- | src/i_video.c | 3 |
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); |