Skip to content

Commit

Permalink
getchar(double) removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianosaure committed Jan 3, 2017
1 parent c0f4a36 commit 14d62a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ void Game (const string & FileName)
ClearScreen ();
cout << "Victory ! You won in " << nbmoves << " moves !" << endl;
getchar ();
getchar ();
} // Game

0 comments on commit 14d62a4

Please sign in to comment.