Removed a __cdecl that shouldn't be there
This commit is contained in:
parent
ab7e5e7c0d
commit
bf58c69978
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void ActStar()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void __cdecl PutStar(int fx, int fy)
|
void PutStar(int fx, int fy)
|
||||||
{
|
{
|
||||||
RECT rc[3];
|
RECT rc[3];
|
||||||
rc[0] = {192, 0, 200, 8};
|
rc[0] = {192, 0, 200, 8};
|
||||||
|
|
Loading…
Add table
Reference in a new issue