Many graphics fixes, preliminary support for palette effects

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@36 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-09-14 16:06:56 +00:00
parent 49343e5de4
commit f49c9869e0
+4
View File
@@ -63,6 +63,10 @@ main (int argc, char *argv[])
{
gfxflags |= TFB_GFXFLAGS_SHOWFPS;
}
else if (!strcmp(argv[i],"-tv"))
{
gfxflags |= TFB_GFXFLAGS_TVEFFECT;
}
}
TFB_InitGraphics (gfxdriver, gfxflags, width, height, bpp);