src/town_gui.cpp
branchcpp_gui
changeset 6244 4b42fb40e6d2
parent 6241 6a7a41b0cd32
child 6246 2a4c2c4d66f0
equal deleted inserted replaced
6243:8f231ee779cb 6244:4b42fb40e6d2
   250 
   250 
   251 		SetDParam(0, t->act_mail);
   251 		SetDParam(0, t->act_mail);
   252 		SetDParam(1, t->max_mail);
   252 		SetDParam(1, t->max_mail);
   253 		DrawString(2, 127, STR_200E_MAIL_LAST_MONTH_MAX, 0);
   253 		DrawString(2, 127, STR_200E_MAIL_LAST_MONTH_MAX, 0);
   254 
   254 
   255 		DrawWindowViewport(w);
   255 		w->DrawViewport();
   256 		break;
   256 		break;
   257 
   257 
   258 	case WE_CLICK:
   258 	case WE_CLICK:
   259 		switch (e->we.click.widget) {
   259 		switch (e->we.click.widget) {
   260 			case 6: /* scroll to location */
   260 			case 6: /* scroll to location */