ref: bf58c699786f230273d69f5ebafb2cb27efed700
parent: ab7e5e7c0dd2cb25c46563958e9ce8391c2e1403
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Feb 10 16:06:00 EST 2019
Removed a __cdecl that shouldn't be there
--- a/src/Star.cpp
+++ b/src/Star.cpp
@@ -108,7 +108,7 @@
}
}
-void __cdecl PutStar(int fx, int fy)
+void PutStar(int fx, int fy)
{
RECT rc[3];
rc[0] = {192, 0, 200, 8};
--
⑨