shithub: cflood

Download patch

ref: 3eb5bf930b5cce1f8c6eb7851ebaa158ceaadfc8
parent: 16b359df37ab1b429fa55107687c9377e99fe42e
author: Sigrid Solveig Haflínudóttir <248148+ftrvxmtrx@users.noreply.github.com>
date: Wed Dec 19 05:31:30 EST 2012

games/cflood: fix wrong type

--- a/games/cflood.c
+++ b/games/cflood.c
@@ -68,7 +68,7 @@
 {
 	static Point p, sp, strsize;
 	int i, x, y, w, h, csize, left;
-	const uchar *c;
+	uchar *c;
 	Rectangle r;
 	char s[64];
 	Font *f;