pt_BR updates from Krishnamurti Lelis Lima Vieira Nunes <krishnalelis@gmail.com>
[supertux.git] / src / gameconfig.hpp
index 2c39f93..ac45730 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <string>
 
-//#include "video/video_systems.hpp"
+#include "video/video_systems.hpp"
 
 class Config
 {
@@ -43,7 +43,7 @@ public:
   float aspect_ratio;
 
   bool use_fullscreen;
-  std::string video;
+  VideoSystem video;
   bool try_vsync;
   bool show_fps;
   bool sound_enabled;