Clean up armem.c

This commit is contained in:
gamemasterplc 2023-12-25 16:26:49 -06:00
parent 1afaccd0d2
commit 72c850b0fb
6 changed files with 232 additions and 238 deletions

View file

@ -59,7 +59,7 @@ static s16 winMaxHeight;
static u8 mesWInsert[8];
static u8 winTabSize;
static u8 winInsertF;
static void *winAMemP;
static u32 winAMemP;
static u8 *fontWidthP;
static s32 cancelCRF;
static s16 mesCharCnt;