diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/actions/actions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index b2760a482..f41640f6c 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -587,7 +587,7 @@ impHandler0(healmd) Game::instance()->setValidSpeed(); return true; } -#endif // TMWA_SUPPORT +#endif // TMWA_SUPPORT return false; } @@ -607,7 +607,7 @@ impHandler0(itenplz) } return true; } -#endif +#endif // TMWA_SUPPORT return false; } |