Skip to content

Commit

Permalink
Merge pull request CleverRaven#1 from atomicdryad/fix_cr_and_whitespace
Browse files Browse the repository at this point in the history
fix cr and whitespace
  • Loading branch information
Xommers committed Jun 26, 2013
2 parents c61b0ed + 55a7f31 commit 887338c
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions bionics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ void player::power_bionics(game *g)
mvwprintz(wBio, 3, 33, c_ltblue, "Active:");
for (int i = 0; i < active.size(); i++) {
if (active[i].powered && !bionics[active[i].id]->power_source)
type = c_red;
type = c_red;
else if (bionics[active[i].id]->power_source && !active[i].powered)
type = c_ltcyan;
type = c_ltcyan;
else if (bionics[active[i].id]->power_source && active[i].powered)
type = c_ltgreen;
else
Expand Down
Loading

0 comments on commit 887338c

Please sign in to comment.