Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Sep 7, 2024
1 parent 0152d98 commit 8819094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/techno/technoext_hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ void TechnoClassExt::_Draw_Pips(Point2D& bottomleft, Point2D& bottomright, Rect&
int pips = Pip_Count();

/*
** Check if it's a harvester, to show the right type of pips for the
** various minerals it could have harvested.
** Check if it contains Tiberium to show the right type of pips for the
** various minerals it could have stored.
*/
if ((What_Am_I() == RTTI_UNIT || What_Am_I() == RTTI_BUILDING) && Techno_Type_Class()->PipScale == PIP_TIBERIUM)
{
Expand Down

0 comments on commit 8819094

Please sign in to comment.