From a3a582830000f330ceee57b908aaa25d204138e7 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Thu, 23 Aug 2007 01:09:10 +0000 Subject: [PATCH] Added gl_loadmd2 and gl_loadmd3 to the FPS presets. Just suggestions, change it to whatever pleases you. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2609 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/m_options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/m_options.c b/engine/client/m_options.c index 87f6351bc..72d7643a2 100644 --- a/engine/client/m_options.c +++ b/engine/client/m_options.c @@ -381,6 +381,8 @@ presetinfo_t preset[] = {"r_shadow_realtime_world",{"0", "0", "0", "0", "1"}}, {"gl_detail", {"0", "0", "0", "1", "1"}}, {"gl_load24bit", {"0", "0", "1", "1", "1"}}, + {"gl_loadmd2", {"0", "0", "1", "1", "1"}}, + {"gl_loadmd3", {"0", "0", "0", "1", "1"}}, {"r_waterwarp", {"0", "-1", "1", "1", "1"}}, {"r_lightstylesmooth", {"0", "0", "0", "1", "1"}}, {NULL}