summaryrefslogtreecommitdiff
path: root/src/net/eathena/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/menu.cpp')
-rw-r--r--src/net/eathena/menu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/menu.cpp b/src/net/eathena/menu.cpp
index 2be57c7ed..4de4c85d8 100644
--- a/src/net/eathena/menu.cpp
+++ b/src/net/eathena/menu.cpp
@@ -18,11 +18,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "net/eathena/menutype.h"
+#include "enums/net/menutype.h"
#include "debug.h"
namespace EAthena
{
- MenuType::Type menu = MenuType::Unknown;
+ MenuTypeT menu = MenuType::Unknown;
} // namespace EAthena