git-svn-id: svn://elaine/murooma/trunk@103 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-07-27 11:38:09 +00:00
parent 88cbbec472
commit 46fdc5df84

View file

@ -155,7 +155,7 @@ int main (int argc, char *argv[])
std::thread playerThread(player);
std::string cmd;
while (true)
while (true && (argc > 3))
{
std::cout << "> ";
std::getline(std::cin, cmd);