From 16145c431a87a977db68617da08391d8b5685643 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 20 Nov 2009 19:48:07 +0000 Subject: Cleanup. svn-id: r46018 --- tools/create_kyradat/extract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create_kyradat/extract.h') 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); }; -- cgit v1.2.3