From bf58c699786f230273d69f5ebafb2cb27efed700 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 10 Feb 2019 21:06:00 +0000 Subject: [PATCH] Removed a __cdecl that shouldn't be there --- src/Star.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Star.cpp b/src/Star.cpp index adb3ded2..49401717 100644 --- a/src/Star.cpp +++ b/src/Star.cpp @@ -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};