mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 19:51:22 +00:00
12 lines
144 B
C++
12 lines
144 B
C++
#include "CMapWorldInfo.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void CMapWorldInfo::SetDoorVisited(TEditorId eid, bool visited)
|
|
{
|
|
x14_[eid] = visited;
|
|
}
|
|
|
|
}
|