load memory files without modname
This commit is contained in:
parent
153a675104
commit
222195cc30
4 changed files with 36 additions and 18 deletions
|
|
@ -1425,8 +1425,8 @@ public:
|
|||
void SetGoalVisited (int index);
|
||||
void ClearVisitedGoals (void);
|
||||
|
||||
const char *GetDataDir (void);
|
||||
String CheckSubfolderFile (void);
|
||||
const char *GetDataDir (bool isMemoryFile = false);
|
||||
const char *GetFileName (bool isMemoryFile = false);
|
||||
|
||||
void SetBombPosition (bool shouldReset = false);
|
||||
inline const Vector &GetBombPosition (void) { return m_foundBombOrigin; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue