mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-02 22:11:32 +00:00
Recognize q2pro .pkz files.
Submitted by @Calinou in #520, closes #520.
This commit is contained in:
parent
50d442c1e8
commit
9160af75d9
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ fsPackTypes_t fs_packtypes[] = {
|
|||
{"pak", PAK},
|
||||
{"pk2", PK3},
|
||||
{"pk3", PK3},
|
||||
{"pkz", PK3},
|
||||
{"zip", PK3}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue