X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdirection.hpp;h=e665d2073969ea58498beaedadbb0b730a5ae020;hb=c8eb3938f7b08c5f91f42c1f8ad91e5567817a4d;hp=c7bb2e1bcbb1fc58ce4064e72419f03b1b27fee0;hpb=7c2f8e23f9accd00bd9ee2319da8ab8aa341c7cf;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