Fix warning
This commit is contained in:
parent
b47978690d
commit
5c9d624a7b
|
@ -256,6 +256,7 @@ static void reset_area() {
|
|||
}
|
||||
}
|
||||
|
||||
extern uint32_t getRandom(void);
|
||||
static void random_area(struct bitset *area, uchar x0, uchar y0, uchar x1, uchar y1,uchar value) {
|
||||
for(uchar x=x0; x<=x1; ++x) {
|
||||
for(uchar y=y0; y<=y1; ++y) {
|
||||
|
|
Loading…
Reference in New Issue