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 */