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:
cosmosninja 2007-12-19 01:09:10 +00:00
parent 1ba22f42f1
commit 0dd71cebe5

View File

@ -72,8 +72,7 @@ void drv_init()
if(user_config->m_fullscreen)
flags |= SDL_FULLSCREEN;
mainSurface = SDL_SetVideoMode(user_config->m_width, user_config->m_height, 0,
flags);
setVideoMode(false);
SDL_JoystickEventState(SDL_ENABLE);