2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 20:31:21 +00:00
metaforce/Runtime/AutoMapper/CMapWorldInfo.cpp
2016-04-22 13:22:45 -07:00

12 lines
144 B
C++

#include "CMapWorldInfo.hpp"
namespace urde
{
void CMapWorldInfo::SetDoorVisited(TEditorId eid, bool visited)
{
x14_[eid] = visited;
}
}