diff options
Diffstat (limited to 'src/actions/pets.h')
-rw-r--r-- | src/actions/pets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/actions/pets.h b/src/actions/pets.h index 37bd85713..4aed1d94c 100644 --- a/src/actions/pets.h +++ b/src/actions/pets.h @@ -36,6 +36,10 @@ namespace Actions decHandler(petMoveDown); decHandler(petMoveLeft); decHandler(petMoveRight); + decHandler(petDirectUp); + decHandler(petDirectDown); + decHandler(petDirectLeft); + decHandler(petDirectRight); } // namespace Actions #undef decHandler |