Project

General

Profile

Revision 143

fixed boundaries

View differences:

graphics.c
234 234
}
235 235

  
236 236
int clear_screen(){
237
    return paint_screen(0);
237
    return paint_screen(BLACK);
238 238
}

Also available in: Unified diff