diff options
Diffstat (limited to 'src/actions/windows.cpp')
-rw-r--r-- | src/actions/windows.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index 91d965748..cbf18125c 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -286,7 +286,9 @@ impHandler0(cartWindowShow) return false; } +#ifdef EATHENA_SUPPORT showHideWindow(cartWindow); +#endif return true; } |