shithub: cstory

Download patch

ref: c34a7fc3549c8d33439ee60396954d031b34f515
parent: b374a8046c0ab998b97a0515098e1ac82ae5c94a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Mar 22 11:35:59 EDT 2020

Fix build error

--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -556,7 +556,7 @@
 void PutBitmap3(const RECT *rcView, int x, int y, const RECT *rect, SurfaceID surf_no) // Transparency
 {
 	static RECT rcWork;
-	static RECT dst_rect;
+	static RECT rcSet;
 
 	rcWork = *rect;