0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 00:11:48 +00:00

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