Fix error
This commit is contained in:
parent
c9ac9d446d
commit
6816f92b6d
1 changed files with 2 additions and 1 deletions
|
@ -547,7 +547,8 @@ void PutCaret(int fx, int fy)
|
|||
|
||||
void SetCaret(int x, int y, int code, int dir)
|
||||
{
|
||||
for (int c = 0; c < CARET_MAX; c++)
|
||||
int c;
|
||||
for (c = 0; c < CARET_MAX; c++)
|
||||
if (gCrt[c].cond == 0)
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue