From f6596726b6978a7380de163740e6b65c8394ca42 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 22 Jun 2017 22:24:24 +0300 Subject: Move pets actions from actions.cpp into pets.cpp --- src/dyetool/actions/actions.cpp | 2 -- src/dyetool/actions/pets.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dyetool') diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp index a09685e03..58353b699 100644 --- a/src/dyetool/actions/actions.cpp +++ b/src/dyetool/actions/actions.cpp @@ -100,8 +100,6 @@ impHandlerVoid(mercenaryFire) impHandlerVoid(mercenaryToMaster) impHandlerVoid(homunculusToMaster) impHandlerVoid(homunculusFeed) -impHandlerVoid(petFeed) -impHandlerVoid(petDropLoot) impHandlerVoid(useItem) impHandlerVoid(useItemInv) impHandlerVoid(invToStorage) 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 -- cgit v1.2.3-60-g2f50