diff options
Diffstat (limited to 'src/actions/pets.h')
-rw-r--r-- | src/actions/pets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/pets.h b/src/actions/pets.h index ba8ef36d3..597be91f3 100644 --- a/src/actions/pets.h +++ b/src/actions/pets.h @@ -42,6 +42,7 @@ namespace Actions decHandler(petDirectRight); decHandler(petAiStart); decHandler(petAiStop); + decHandler(petMove); } // namespace Actions #undef decHandler |