aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/extract.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/extract.h')
-rw-r--r--tools/create_kyradat/extract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_kyradat/extract.h b/tools/create_kyradat/extract.h
index b0a694577b..1884587988 100644
--- a/tools/create_kyradat/extract.h
+++ b/tools/create_kyradat/extract.h
@@ -61,7 +61,7 @@ struct ExtractInformation {
struct ExtractType {
int type;
- bool (*extract)(PAKFile &out, const ExtractInformation *info, const byte *data, const uint32 size, const char *filename, int id, int lang);
+ bool (*extract)(PAKFile &out, const ExtractInformation *info, const byte *data, const uint32 size, const char *filename, int id);
void (*createFilename)(char *dstFilename, const ExtractInformation *info, const char *filename);
};