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