X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=botsrc%2Fbot.cpp;h=81bb7a9b7ebb0520edbec780559a640f84ec62c6;hp=168a0a904ee553dbacdd44ddbb4dbe9bc770ddf7;hb=22f7e542853e5911518f48d67250e77fdead8219;hpb=0fcec68173ef7191d3d211d6662a2bc615061324 diff --git a/botsrc/bot.cpp b/botsrc/bot.cpp index 168a0a9..81bb7a9 100644 --- a/botsrc/bot.cpp +++ b/botsrc/bot.cpp @@ -197,6 +197,9 @@ void Bot::updateWorld(){ if (input == "sc/") break; istringstream controlledCop(input); + controlledCop >> input; + controlledCop >> input; + _winningPlans.erase(input); } getline(cin,input);