]> ruin.nu Git - icfp05.git/blobdiff - botsrc/bot.cpp
removed two stupid lines
[icfp05.git] / botsrc / bot.cpp
index 506330af60f61d415a961f4e658adfc653ade36a..168a0a904ee553dbacdd44ddbb4dbe9bc770ddf7 100644 (file)
@@ -21,8 +21,6 @@ Bot::Bot(const string& name, PlayerType type){
        _playerTypes["robber"] = robber;
        _playerTypes["cop-foot"] = cop_foot;
        _playerTypes["cop-car"] = cop_car;
-       //shortestPath("",robber,SimpleSPGoal(""));
-       //shortestPath("",robber,FindPlayer(hash_map<string,Player>(),robber));
 
 }