diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/pets.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/pets.cpp b/src/actions/pets.cpp index e211ff0ac..5be45cfb4 100644 --- a/src/actions/pets.cpp +++ b/src/actions/pets.cpp @@ -204,11 +204,13 @@ impHandler0(petDirectRight) impHandler0(petAiStart) { petHandler->startAi(true); + return true; } impHandler0(petAiStop) { petHandler->startAi(false); + return true; } } // namespace Actions |