From 896a77327ab24d31e5487ffd6892b9d2c41b7fb7 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 14 May 2010 20:12:21 +0000 Subject: [PATCH] - fixed fake contrast menu option. SVN r2330 (trunk) --- src/m_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_options.cpp b/src/m_options.cpp index 2ca052521..50d7966cd 100644 --- a/src/m_options.cpp +++ b/src/m_options.cpp @@ -504,7 +504,7 @@ static menuitem_t VideoItems[] = { #endif { redtext, " ", {NULL}, {0.0}, {0.0}, {0.0}, {NULL} }, { discrete, "Use fuzz effect", {&r_drawfuzz}, {2.0}, {0.0}, {0.0}, {YesNo} }, - { discrete, "Use fake contrast", {&r_fakecontrast}, {3.0}, {0.0}, {0.0}, {YesNo} }, + { discrete, "Use fake contrast", {&r_fakecontrast}, {3.0}, {0.0}, {0.0}, {Contrast} }, { discrete, "Rocket Trails", {&cl_rockettrails}, {4.0}, {0.0}, {0.0}, {RocketTrailTypes} }, { discrete, "Blood Type", {&cl_bloodtype}, {3.0}, {0.0}, {0.0}, {BloodTypes} }, { discrete, "Bullet Puff Type", {&cl_pufftype}, {2.0}, {0.0}, {0.0}, {PuffTypes} },