SCUMM: move comment to more appropriate location
This commit is contained in:
parent
cbcb36ac61
commit
f13c76fec9
1 changed files with 1 additions and 1 deletions
|
@ -500,10 +500,10 @@ void ScummEngine::fakeBidiString(char *ltext, bool ignoreVerb) {
|
|||
memset(buff, 0, bufferSize);
|
||||
memset(stack, 0, bufferSize);
|
||||
|
||||
// Reverse string on current line (between start and ipos).
|
||||
int sthead = 0;
|
||||
char last = '\0';
|
||||
for (int j = 0; j < ipos; j++) {
|
||||
// Reverse string on current line (between start and ipos).
|
||||
char *curr = text + start + ipos - j - 1;
|
||||
// Special cases to preserve original ordering (numbers).
|
||||
if (Common::isDigit(*curr) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue