Merge pull request #53 from Clownacy/master

Removed a __cdecl
This commit is contained in:
Cucky 2019-02-10 16:09:37 -05:00 committed by GitHub
commit 48459ae1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ void ActStar()
}
}
void __cdecl PutStar(int fx, int fy)
void PutStar(int fx, int fy)
{
RECT rc[3];
rc[0] = {192, 0, 200, 8};