mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Always important
This commit is contained in:
parent
488f0fdfab
commit
e4f92cc667
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ UINT16 W_InitFolder(const char *path, boolean mainfile, boolean startup)
|
|||
return W_InitFileError(path, startup);
|
||||
}
|
||||
|
||||
important = 0; /// \todo Implement a W_VerifyFolder.
|
||||
important = 1; /// \todo Implement a W_VerifyFolder.
|
||||
|
||||
// Remove path delimiters.
|
||||
p = path + (strlen(path) - 1);
|
||||
|
|
Loading…
Reference in a new issue