Properly init the screen on startup with the stored configuration values
[supertux.git] / src / direction.hpp
index a0a0771..e665d20 100644 (file)
@@ -20,6 +20,6 @@
 #ifndef SUPERTUX_DIRECTION_H
 #define SUPERTUX_DIRECTION_H
 
-enum Direction { LEFT = 0, RIGHT = 1 };
+enum Direction { AUTO, LEFT, RIGHT, UP, DOWN };
 
 #endif