Removed a __cdecl that shouldn't be there

This commit is contained in:
Clownacy 2019-02-10 21:06:00 +00:00
parent ab7e5e7c0d
commit bf58c69978

View file

@ -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};