From f1ba9253b0a360b992bdcc30a92a2e24ee9d43ab Mon Sep 17 00:00:00 2001 From: David Cernat Date: Tue, 30 Jan 2018 14:06:07 +0200 Subject: [PATCH] [Client] Fix build --- apps/openmw/mwworld/scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/scene.cpp b/apps/openmw/mwworld/scene.cpp index 56c82a569..b49f408d4 100644 --- a/apps/openmw/mwworld/scene.cpp +++ b/apps/openmw/mwworld/scene.cpp @@ -287,7 +287,7 @@ namespace MWWorld Store a cell unload for the LocalPlayer */ - mwmp::Main::get().getLocalPlayer()->storeCellState(*cell, mwmp::CellState::UNLOAD); + mwmp::Main::get().getLocalPlayer()->storeCellState(*cell, mwmp::CellState::Type::Unload); /* End of tes3mp addition */