diff -Nur -Xfreeciv/diff_ignore freeciv/client/control.c test-pill/client/control.c --- freeciv/client/control.c Sat Apr 27 01:05:30 2002 +++ test-pill/client/control.c Tue May 21 22:34:26 2002 @@ -899,7 +899,7 @@ if ((game.rgame.pillage_select) && ((pspresent & (~(psworking | would))) != S_NO_SPECIAL)) { - popup_pillage_dialog(punit, (pspresent & (~psworking)) != S_NO_SPECIAL); + popup_pillage_dialog(punit, pspresent & (~psworking)); } else { request_new_unit_activity_targeted(punit, ACTIVITY_PILLAGE, what); }