Skip to content

Commit

Permalink
Spell hitpoints correctly for feature console information.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed May 28, 2018
1 parent 2f62444 commit 5151267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ static void dealWithLMBFeature(FEATURE *psFeature)
}
if (getDebugMappingStatus())
{
console("(Feature) %s ID: %d ref: %d Hipoints: %d/%d", getID(psFeature->psStats), psFeature->id, psFeature->psStats->ref, psFeature->psStats->body, psFeature->body);
console("(Feature) %s ID: %d ref: %d Hitpoints: %d/%d", getID(psFeature->psStats), psFeature->id, psFeature->psStats->ref, psFeature->psStats->body, psFeature->body);
}
}

Expand Down

0 comments on commit 5151267

Please sign in to comment.