Got rid of (most of) all of the warnings.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user