diff options
Diffstat (limited to 'src/dyetool/actions/pets.cpp')
-rw-r--r-- | src/dyetool/actions/pets.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dyetool/actions/pets.cpp b/src/dyetool/actions/pets.cpp index 9f12a76e0..16658ebc7 100644 --- a/src/dyetool/actions/pets.cpp +++ b/src/dyetool/actions/pets.cpp @@ -41,5 +41,7 @@ impHandlerVoid(petDirectDown) impHandlerVoid(petDirectLeft) impHandlerVoid(petDirectRight) impHandlerVoid(petMove) +impHandlerVoid(petFeed) +impHandlerVoid(petDropLoot) } // namespace Actions |