From 58c167eaedc74bf07b1cdc270418d0eed54d6444 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 23 Dec 2009 11:21:34 +0000 Subject: [PATCH] correct a bogus comment --- include/QF/vid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/vid.h b/include/QF/vid.h index 84174055f..8a1faa13b 100644 --- a/include/QF/vid.h +++ b/include/QF/vid.h @@ -63,7 +63,7 @@ typedef struct { unsigned int rowbytes; // may be > width if displayed in a window unsigned int width; unsigned int height; - float aspect; // width / height -- < 0 is taller than wide + float aspect; // width / height -- < 1 is taller than wide int numpages; qboolean recalc_refdef; // if true, recalc vid-based stuff qboolean cshift_changed;