Skip to content

Commit

Permalink
Merge pull request #3 from gweedo767/master
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
EvilTosha committed Feb 19, 2013
2 parents beab4dd + 53c354f commit 5af437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab2.sh 100644 → 100755
Expand Up @@ -300,7 +300,7 @@ DrawLifebar(){
for (( life=0; life < $playerLifes; ++life )); do
lifebar[$life]="${LIFE_CHAR}"
done
echo -ne "${LIFEBAR_INIT_POS}${INTERFACE_COLOR}LIFES: ${lifebar[*]}"
echo -ne "${LIFEBAR_INIT_POS}${INTERFACE_COLOR}LIVES: ${lifebar[*]}"
}

DrawWeapon(){
Expand Down

0 comments on commit 5af437b

Please sign in to comment.