Browse Source

Merge branch 'master' of jp/invaders into master

blue 4 years ago
parent
commit
d3871013a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      invaders.cpp

+ 2 - 2
invaders.cpp

@@ -289,10 +289,10 @@ int main(int argc,char** argv)
 	
 		if(boss1.alive){
 			write_bosshp(BossHP,boss1.health,boss1.healthmax,boss1.name);
-			wrefresh(BossHP);
+			wnoutrefresh(BossHP);
 		}
 		
-		wrefresh(Score);
+		wnoutrefresh(Score);
 		refresh();
 	}  
 ////////END OF MAIN LOOP