Got rid of (most of) all of the warnings.

This commit is contained in:
2019-05-30 11:26:13 +02:00
parent 711d028e90
commit 0d3896ca0d
9 changed files with 8 additions and 9 deletions

View File

@ -11,9 +11,9 @@ class MatrixEffectColumn {
int x, y;
int length;
Window* window;
int speed;
uint16_t speed;
boolean running;
long last_move = 0;
unsigned long last_move = 0;
public:
MatrixEffectColumn();
MatrixEffectColumn(Window* win, int xPos);