disaster_cmd.c
changeset 410 8de2aaf20800
parent 337 66647f97e7c0
child 507 8aa8100b0b22
equal deleted inserted replaced
409:98c586218b01 410:8de2aaf20800
   938 	MK(75,110),
   938 	MK(75,110),
   939 	MK(50,85),
   939 	MK(50,85),
   940 };
   940 };
   941 
   941 
   942 
   942 
   943 void DoDisaster()
   943 static void DoDisaster()
   944 {
   944 {
   945 	byte buf[8];
   945 	byte buf[8];
   946 	byte year = _cur_year;
   946 	byte year = _cur_year;
   947 	int i,j;
   947 	int i,j;
   948 
   948