* grow AZone size

* remove ^M's
This commit is contained in:
Nathan Letwory
2008-01-20 21:10:55 +00:00
parent a2074a1522
commit 107b0997e7

View File

@@ -260,7 +260,7 @@ static void area_calc_totrct(ScrArea *sa, int sizex, int sizey)
sa->winy= sa->totrct.ymax-sa->totrct.ymin+1;
}
#define AZONESPOT 6
#define AZONESPOT 12
void area_azone_initialize(ScrArea *sa) {
AZone *az;
if(sa->actionzones.first==NULL) {