Small style change.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1363 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
1ba22f42f1
commit
0dd71cebe5
@ -72,8 +72,7 @@ void drv_init()
|
|||||||
if(user_config->m_fullscreen)
|
if(user_config->m_fullscreen)
|
||||||
flags |= SDL_FULLSCREEN;
|
flags |= SDL_FULLSCREEN;
|
||||||
|
|
||||||
mainSurface = SDL_SetVideoMode(user_config->m_width, user_config->m_height, 0,
|
setVideoMode(false);
|
||||||
flags);
|
|
||||||
|
|
||||||
SDL_JoystickEventState(SDL_ENABLE);
|
SDL_JoystickEventState(SDL_ENABLE);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user