Always important

This commit is contained in:
spherallic 2023-04-18 02:04:23 +02:00
parent 488f0fdfab
commit e4f92cc667

View file

@ -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);