From 082a97a0f6345529b0711a69753cce12343bc621 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Wed, 4 Oct 2023 01:10:16 -0500 Subject: [PATCH] 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 --- plugins/strangemood.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/strangemood.cpp b/plugins/strangemood.cpp index b300eb795..88d1df071 100644 --- a/plugins/strangemood.cpp +++ b/plugins/strangemood.cpp @@ -1217,7 +1217,6 @@ command_result df_strangemood (color_ostream &out, vector & parameters) ref->setID(unit->id); job->general_refs.push_back(ref); unit->job.current_job = job; - job->wait_timer = 0; // Generate the artifact's name if (type == mood_type::Fell || type == mood_type::Macabre)