forgot to add new param to ifdeffed portion too

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2822 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2007-07-27 23:30:21 +00:00
parent dd9395e65d
commit 466fdc2259
@@ -102,7 +102,7 @@ TFB_ReInitGraphics (int driver, int flags, int width, int height)
driver = TFB_GFXDRIVER_SDL_PURE;
log_add (log_Warning, "OpenGL support not compiled in,"
" so using pure SDL driver");
result = TFB_Pure_ConfigureVideo (driver, flags, width, height);
result = TFB_Pure_ConfigureVideo (driver, flags, width, height, togglefullscreen);
#endif
}
else