Fix warnings

This commit is contained in:
Alexander Batalov 2022-08-31 10:11:01 +03:00
parent 1b69c97ce4
commit 7750006127
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ static char _attack_str[268];
// parse hurt_too_much // parse hurt_too_much
static void _parse_hurt_str(char* str, int* valuePtr) static void _parse_hurt_str(char* str, int* valuePtr)
{ {
int v5, v10; size_t v5, v10;
char tmp; char tmp;
int i; int i;