shithub: cstory

Download patch

ref: 2fe0c44971a17df513ac2d2d4b26ea8d99ecba45
parent: f1e6103a46d27edd3be6cd9c372bc94f2d66a3cb
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jul 17 12:40:18 EDT 2019

Fix readme derp

Thanks, Fayti1703

--- a/README.md
+++ b/README.md
@@ -30,8 +30,6 @@
 * `-DNONPORTABLE=ON` - Enable bits of code that aren't portable, but are what the original game used
 * `-DFORCE_LOCAL_LIBS=ON` - Compile the built-in versions of SDL2, FreeType, and FLTK instead of using the system-provided ones
 * `-DRENDERER=Texture` - Use the hardware-accelerated SDL2 Texture API renderer (default)
-* `-DRENDERER=Surface` - Use SDL2's software-renderer Surface API
-* `-DRENDERER=Texture` - Use the hardware-accelerated SDL2 Texture API renderer (default)
 * `-DRENDERER=Surface` - Use the software-rendered SDL2 Surface API renderer
 * `-DRENDERER=Software` - Use a handwritten software renderer