diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/pets.cpp | 2 | ||||
-rw-r--r-- | src/actions/windows.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/actions/pets.cpp b/src/actions/pets.cpp index ef544d88a..7e046758c 100644 --- a/src/actions/pets.cpp +++ b/src/actions/pets.cpp @@ -213,7 +213,7 @@ impHandler0(petAiStop) return true; } -impHandler0(petMove) +impHandler(petMove) { int x = 0; int y = 0; diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index 1b879496a..eccc21d1d 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -298,7 +298,6 @@ impHandler0(cartWindowShow) #else return false; #endif - } impHandler0(updaterWindowShow) |