diff -r e3ef1c1f149c -r d3022f976946 ai/ai.c --- a/ai/ai.c Tue Jun 27 18:27:58 2006 +0000 +++ b/ai/ai.c Tue Jun 27 21:25:53 2006 +0000 @@ -30,7 +30,6 @@ while ((com = entry_com) != NULL) { _current_player = player; - /* Copy the DP back in place */ _cmd_text = com->text; DoCommandP(com->tile, com->p1, com->p2, com->callback, com->procc);