Shut up some clang warnings

This seems to produce the same assembly code
This commit is contained in:
Clownacy 2019-11-17 17:14:08 +00:00
parent 1a0cb626f8
commit 64412196f1

View file

@ -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