Fix warning

This commit is contained in:
bernd 2011-08-06 16:54:47 +02:00
parent b47978690d
commit 5c9d624a7b
1 changed files with 1 additions and 0 deletions

View File

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