diff options
| -rw-r--r-- | devtools/create_kyradat/create_kyradat.h | 2 | ||||
| -rw-r--r-- | devtools/create_kyradat/extract.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_kyradat/create_kyradat.h b/devtools/create_kyradat/create_kyradat.h index 3de785d603..ad54c6ce65 100644 --- a/devtools/create_kyradat/create_kyradat.h +++ b/devtools/create_kyradat/create_kyradat.h @@ -666,7 +666,7 @@ enum kGame {  	kKyra3,  	kLoL,  	kEoB1, -	kEoB2, +	kEoB2  };  struct Game { diff --git a/devtools/create_kyradat/extract.cpp b/devtools/create_kyradat/extract.cpp index 3c19cf0d62..b755b8d3ec 100644 --- a/devtools/create_kyradat/extract.cpp +++ b/devtools/create_kyradat/extract.cpp @@ -161,7 +161,7 @@ bool extractStrings(PAKFile &out, const ExtractInformation *info, const byte *da  	static const uint8 rusFanSkip_k1GUIStrings[] = { 1, 3, 6, 8, 11, 13, 18 };  	uint32 rusFanSkipIdLen = 0;  	const uint8 *rusFanSkipId = 0; -	int rusFanEmptyId = 10000; +	uint rusFanEmptyId = 10000;  	uint32 skipCount = 0;  	int patch = 0;  | 
