X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdirection.hpp;h=e665d2073969ea58498beaedadbb0b730a5ae020;hb=273bb1e9d8f4a625abce2fbcb6d0c215988cc655;hp=a0a07719a2789e475a68d81a6fd330ecf387d0d6;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/direction.hpp b/src/direction.hpp index a0a07719a..e665d2073 100644 --- a/src/direction.hpp +++ b/src/direction.hpp @@ -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