ref: 48459ae1abb7b4eb326b89b3420e6695f5ffbfe6
parent: 371858e5ce8abfb1e768e614daf4b4639a9a2c9b
parent: b83ba421233058c22d4f827a4f5e106c4d4cf803
author: Cucky <44537737+cuckydev@users.noreply.github.com>
date: Sun Feb 10 11:09:37 EST 2019
Merge pull request #53 from Clownacy/master Removed a __cdecl
--- 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};