depot.c
changeset 4347 79b04c2cef95
parent 4346 3f00094f2670
child 4351 63ae31104f07
equal deleted inserted replaced
4346:3f00094f2670 4347:79b04c2cef95
    98 
    98 
    99 	/* Delete the depot-window */
    99 	/* Delete the depot-window */
   100 	DeleteWindowById(WC_VEHICLE_DEPOT, tile);
   100 	DeleteWindowById(WC_VEHICLE_DEPOT, tile);
   101 }
   101 }
   102 
   102 
   103 void InitializeDepot(void)
   103 void InitializeDepots(void)
   104 {
   104 {
   105 	CleanPool(&_depot_pool);
   105 	CleanPool(&_depot_pool);
   106 	AddBlockToPool(&_depot_pool);
   106 	AddBlockToPool(&_depot_pool);
   107 }
   107 }
   108 
   108