From 7c6f862c943508cca7717653172e3df7b8fdb544 Mon Sep 17 00:00:00 2001 From: Kyle Malaguit Date: Tue, 12 Mar 2019 02:56:27 +0000 Subject: [PATCH] autosave --- Testings/SaveLoad/SaveLoad.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Testings/SaveLoad/SaveLoad.cpp b/Testings/SaveLoad/SaveLoad.cpp index 6d6e8c2..21a238e 100644 --- a/Testings/SaveLoad/SaveLoad.cpp +++ b/Testings/SaveLoad/SaveLoad.cpp @@ -40,6 +40,7 @@ void SaveLoad::userInputNameMakeScore(int intScore){ } catch(runtime_error &ex){ cout << ex.what() << endl; + cout << userNameInput << endl; } }while(true); -- GitLab