Feature #2214 ยป 0039-gtk-Drop-the-self-assignment-at-the-top-of-spy_steal.patch
| client/gui-gtk-3.22/action_dialog.c | ||
|---|---|---|
|
{
|
||
|
struct action_data *args = (struct action_data *)data;
|
||
|
args->act_id = args->act_id;
|
||
|
struct city *pvcity = game_city_by_number(args->target_city_id);
|
||
|
struct player *pvictim = NULL;
|
||
| client/gui-gtk-4.0/action_dialog.c | ||
|---|---|---|
|
{
|
||
|
struct action_data *args = (struct action_data *)data;
|
||
|
args->act_id = args->act_id;
|
||
|
struct city *pvcity = game_city_by_number(args->target_city_id);
|
||
|
struct player *pvictim = NULL;
|
||