mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-22 21:55:42 +00:00
Small fix
This commit is contained in:
parent
0af6b1cb13
commit
1d94fdd88d
@ -53,7 +53,7 @@ namespace signatures
|
|||||||
char bytes[4] = {0};
|
char bytes[4] = {0};
|
||||||
const auto string_ptr = find_string_ptr(string);
|
const auto string_ptr = find_string_ptr(string);
|
||||||
memcpy(bytes, &string_ptr, sizeof(bytes));
|
memcpy(bytes, &string_ptr, sizeof(bytes));
|
||||||
return find_string_ptr(bytes);
|
return find_string_ptr({bytes, 4});
|
||||||
}
|
}
|
||||||
|
|
||||||
bool process_maps()
|
bool process_maps()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user