@@ -313,7 +313,7 @@ class Tailor {
313313 {
314314 DEBUG (cycle).print (" tailor: %s (size %d) worn by %s (size %d) needs replacement\n " ,
315315 DF2CONSOLE (description).c_str (), isize,
316- DF2CONSOLE (Translation::TranslateName (&u->name , false )).c_str (), usize);
316+ DF2CONSOLE (Translation::TranslateName (&u->name )).c_str (), usize);
317317 needed[std::make_pair (ty, usize)] += 1 ;
318318 ordered.insert (ty);
319319 }
@@ -329,7 +329,7 @@ class Tailor {
329329 " tailor: %s %s from %s.\n " ,
330330 (confiscated ? " confiscated" : " could not confiscate" ),
331331 DF2CONSOLE (description).c_str (),
332- DF2CONSOLE (Translation::TranslateName (&u->name , false )).c_str ()
332+ DF2CONSOLE (Translation::TranslateName (&u->name )).c_str ()
333333 );
334334 }
335335
@@ -346,7 +346,7 @@ class Tailor {
346346 TRACE (cycle).print (" tailor: one %s of size %d needed to cover %s\n " ,
347347 ENUM_KEY_STR (item_type, ty).c_str (),
348348 usize,
349- DF2CONSOLE (Translation::TranslateName (&u->name , false )).c_str ());
349+ DF2CONSOLE (Translation::TranslateName (&u->name )).c_str ());
350350 needed[std::make_pair (ty, usize)] += 1 ;
351351 }
352352 }
0 commit comments