From 64412196f1cb79b8190099cf3c60b75328b0eca7 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 17 Nov 2019 17:14:08 +0000 Subject: [PATCH] Shut up some clang warnings This seems to produce the same assembly code --- src/TextScr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextScr.h b/src/TextScr.h index 4539e7f3..fc46a1d0 100644 --- a/src/TextScr.h +++ b/src/TextScr.h @@ -18,7 +18,7 @@ struct TEXT_SCRIPT signed char flags; // Current positions (read position in buffer, x position in line) - unsigned int p_read; + int p_read; int p_write; // Current line to write to