fix edge case
This commit is contained in:
parent
bc5f0b0e7a
commit
24caa187d9
1 changed files with 0 additions and 2 deletions
|
@ -175,8 +175,6 @@ namespace SharpCreditsCrediter
|
||||||
{
|
{
|
||||||
romFile.WriteByte(c);
|
romFile.WriteByte(c);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
romFile.WriteByte((byte)textToInt(' '));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < 38 - currentLine.Length; i++) romFile.WriteByte(0);
|
for (int i = 0; i < 38 - currentLine.Length; i++) romFile.WriteByte(0);
|
||||||
|
|
Loading…
Reference in a new issue