y tho
This commit is contained in:
@@ -325,7 +325,6 @@ void Engine::Init() {
|
||||
|
||||
while (playname.size() < 1) {
|
||||
std::cout << "Veuillez entrer un nom de joueur: ";
|
||||
std::cin.ignore();
|
||||
std::cin.getline(input, 32);
|
||||
std::cout << std::endl;
|
||||
playname = input;
|
||||
|
Reference in New Issue
Block a user