Fix characters or cursor vanishing when cursor is in escaped color code that is expanded

This commit is contained in:
Jan
2021-09-07 16:45:59 +02:00
parent 26f2403418
commit 4497b991be
3 changed files with 76 additions and 15 deletions

View File

@ -5287,6 +5287,17 @@ namespace Game
FONTPASS_COUNT = 0x3,
};
struct field_t
{
int cursor;
int scroll;
int drawWidth;
int widthInPixels;
float charHeight;
int fixedSize;
char buffer[256];
};
#pragma endregion
#ifndef IDA