Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
BUG 2383: Delete an invalid assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Nov 7, 2017
1 parent 98be298 commit 5a0a1f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/creport.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,6 @@ void cr_output_unit(stream *out, const region * r, const faction * f,
stream_printf(out, "\"%s\";Typ\n",
translate(zRace, LOC(f->locale, zRace)));
if (u->faction == f && irace != u_race(u)) {
assert(skill_enabled(SK_STEALTH)
|| !"we're resetting this on load, so.. ircase should never be used");
zRace = rc_name_s(u_race(u), NAME_PLURAL);
stream_printf(out, "\"%s\";wahrerTyp\n",
translate(zRace, LOC(f->locale, zRace)));
Expand Down

0 comments on commit 5a0a1f4

Please sign in to comment.