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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user