mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[txt2script] Fix last 4 bytes.
This commit is contained in:
parent
0d4b222adc
commit
78872df26f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ int main(int argc, char *argv[]) {
|
||||||
s = offset;
|
s = offset;
|
||||||
offset += line.size() + 1;
|
offset += line.size() + 1;
|
||||||
}
|
}
|
||||||
s = offset;
|
s = unk;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (fs::is_regular_file(p)) {
|
if (fs::is_regular_file(p)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue