X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdirection.hpp;h=e665d2073969ea58498beaedadbb0b730a5ae020;hb=3e86b3d0c8c9ed1137e8716fcecbcd0ca67bea7b;hp=c7bb2e1bcbb1fc58ce4064e72419f03b1b27fee0;hpb=8c26ddb2e789ff21bfec6b0f5c6be13757c62e09;p=supertux.git diff --git a/src/direction.hpp b/src/direction.hpp index c7bb2e1bc..e665d2073 100644 --- a/src/direction.hpp +++ b/src/direction.hpp @@ -20,6 +20,6 @@ #ifndef SUPERTUX_DIRECTION_H #define SUPERTUX_DIRECTION_H -enum Direction { AUTO, LEFT, RIGHT }; +enum Direction { AUTO, LEFT, RIGHT, UP, DOWN }; #endif