rnd-20051215-1-src
[rocksndiamonds.git] / src / libgame / toons.c
index 9f4c1fe49b727e6101605c6bc29ab92085476236..fec3907304fe4dd5a0e687d34b1585bdc3ca44c4 100644 (file)
@@ -88,7 +88,7 @@ static int get_toon_direction(char *direction_string_raw)
                   strcmp(direction_string, "right") == 0 ? MV_RIGHT :
                   strcmp(direction_string, "up")    == 0 ? MV_UP :
                   strcmp(direction_string, "down")  == 0 ? MV_DOWN :
-                  MV_NO_MOVING);
+                  MV_NONE);
 
   free(direction_string);