OptionMenu "ModOptions"
{
		Title "Mod Options"
		StaticText 	""
		Option "Show TDRR Bumpmaps",	gl_dynlight_shader,				"YesNo"
		Control "Flashlight", "toflashlight"
		Slider "HUD Ammo Warning", "hud_ammowarningalpha", 0.0, 1.0, 0.1, 2
}

LISTMENU "MainMenu"
{
		Position 97, 72
		
		PatchItem "M_NGAME", "n", "PlayerclassMenu"
			PatchItem "M_OPTION","o", "OptionsMenu"
			PatchItem "M_OPTIO2","o", "ModOptions"
			PatchItem "M_LOADG", "l", "LoadGameMenu"
			PatchItem "M_SAVEG", "s", "SaveGameMenu"

		PatchItem "M_QUITG", "q", "QuitMenu"

}