Set FSAA to 0 for default, since it can break cards that don't support FSAA.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7081 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-04-19 19:25:13 +00:00 committed by Git SVN Gateway
parent 562ade5d29
commit 12eabeab61
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void war_SetDefaultStates(void)//Sets all states
{
//set those here and reset in clParse or loadConfig
war_SetFog(false);
war_setFSAA(2);
war_setFSAA(0);
war_setSoundEnabled( true );
war_SetPauseOnFocusLoss(true);
#ifdef WZ_OS_MAC