shithub: cstory

Download patch

ref: 2f4eb464a5ab3307eedba9734a3ea14eedf4c048
parent: 2c3a4a36209b8feb7c4eb59f9c930861609ad600
parent: f687c5f68b18077acb4762df4f75170f619a006c
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 22 18:51:42 EST 2020

Merge branch 'accurate' into portable

--- a/src/Draw.h
+++ b/src/Draw.h
@@ -4,10 +4,6 @@
 
 #include "WindowsWrapper.h"
 
-#ifndef RGB
-#define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16))
-#endif
-
 extern RECT grcGame;
 extern RECT grcFull;
 
--