Turned functions in video_systems.?pp into class VideoSystem
[supertux.git] / src / supertux / main.cpp
index 31d8f43..0d88d31 100644 (file)
@@ -333,7 +333,7 @@ Main::parse_commandline(int argc, char** argv)
       } 
       else 
       {
-        g_config->video = get_video_system(argv[i]);
+        g_config->video = VideoSystem::get_video_system(argv[i]);
       }
     } else if(arg == "--show-fps") {
       g_config->show_fps = true;