From b84859f7124320550f4bf7e43104d5fa4aaa5c58 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 24 Apr 2004 08:37:39 +0000 Subject: [PATCH] fix wrong pref type --- stepmania/src/PrefsManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PrefsManager.h b/stepmania/src/PrefsManager.h index ecce8ead90..f714526d6e 100644 --- a/stepmania/src/PrefsManager.h +++ b/stepmania/src/PrefsManager.h @@ -201,7 +201,7 @@ public: // For 8:3 displays (640x240 arcade monitors), every odd line of texels // doesn't get drawn. This makes text look really ugly. So, squash all // textures to half height to match the aspect ratio of the display. - float m_bHalveTextureHeight; + bool m_bHalveTextureHeight; // If true, then signatures created when writing profile data // and verified when reading profile data. Leave this false if