]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
added some commented out code to Image_HeightmapToNormalmap explaining how to do...
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index 44081dd9b8af37dd5475a7c1cd31fccd26529d4f..2031fb17347df2c688288c19df431828de8059fc 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details.
 
@@ -46,7 +46,9 @@ enum m_state_e {
        m_lanconfig,
        m_gameoptions,
        m_search,
-       m_slist
+       m_slist,
+       m_options_effects,
+       m_options_colorcontrol
 };
 
 extern int m_activenet;