remove refrence to unused field

`wait_timer` is not really there; what we have labeled as `wait_timer` is actually padding so there is no need to do this
develop
Kelly Kinkade 2023-10-04 01:10:16 -05:00
parent 964c9d38ea
commit 082a97a0f6
1 changed files with 0 additions and 1 deletions

@ -1217,7 +1217,6 @@ command_result df_strangemood (color_ostream &out, vector <string> & parameters)
ref->setID(unit->id); ref->setID(unit->id);
job->general_refs.push_back(ref); job->general_refs.push_back(ref);
unit->job.current_job = job; unit->job.current_job = job;
job->wait_timer = 0;
// Generate the artifact's name // Generate the artifact's name
if (type == mood_type::Fell || type == mood_type::Macabre) if (type == mood_type::Fell || type == mood_type::Macabre)