Fixup 0-01 symbols

This commit is contained in:
2025-04-09 22:11:16 -07:00
parent feddcf83c0
commit e1867b885e
4 changed files with 372 additions and 371 deletions

View File

@@ -5,8 +5,8 @@
class CMapWorldInfo {
public:
bool IsAreaVisible(TAreaId areaId) const;
bool IsDoorVisited(TEditorId eid) const;
bool IsAreaVisible(const TAreaId areaId) const;
bool IsDoorVisited(const TEditorId eid) const;
};
#endif // _CMAPWORLDINFO