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