Update autohauler.cpp

Final whitespace fixes?
develop
Fukken-Saved 2015-02-25 07:26:54 -05:00
parent 53c88bab56
commit a228977976
1 changed files with 3 additions and 3 deletions

@ -60,7 +60,7 @@ REQUIRE_GLOBAL(world);
/* /*
* Autohauler module for dfhack * Autohauler module for dfhack
* Fork of autolabor, DFHack version * Fork of autolabor, DFHack version 0.40.24-r2
* *
* Rather than the all-of-the-above means of autolabor, autohauler will instead * Rather than the all-of-the-above means of autolabor, autohauler will instead
* only manage hauling labors and leave skilled labors entirely to the user, who * only manage hauling labors and leave skilled labors entirely to the user, who
@ -596,7 +596,7 @@ static void init_state()
// Link the labor treatment with the associated persistent data item // Link the labor treatment with the associated persistent data item
labor_infos[labor].set_config(*p); labor_infos[labor].set_config(*p);
// Set the number of dwarves associated with labor to zero // Set the number of dwarves associated with labor to zero
labor_infos[labor].active_dwarfs = 0; labor_infos[labor].active_dwarfs = 0;
} }
} }