mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 04:25:45 +00:00
tz_manager: Fix character offset not advancing
This commit is contained in:
parent
95faad1413
commit
c82d11ff73
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ static constexpr bool GetInteger(const char* name, int& offset, int& value, int
|
|||
if (value > max) {
|
||||
return {};
|
||||
}
|
||||
offset++;
|
||||
temp = name[offset];
|
||||
} while (IsDigit(temp));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue