oop
This commit is contained in:
parent
4fb84866a5
commit
b41dab1de9
1 changed files with 0 additions and 3 deletions
|
@ -125,10 +125,7 @@ void ActCaret()
|
|||
for (int i = 0; i < CARET_MAX; i++)
|
||||
{
|
||||
if ((gCrt[i].cond & 0x80) && gpCaretFuncTbl[gCrt[i].code] != nullptr)
|
||||
{
|
||||
printf("ActCaret%02d\n", gCrt[i].code);
|
||||
gpCaretFuncTbl[gCrt[i].code](&gCrt[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue