Project

General

Profile

Feature #2214 ยป 0039-gtk-Drop-the-self-assignment-at-the-top-of-spy_steal.patch

S3_3, S3_2 - Marko Lindqvist, 09/05/2026 11:04 AM

View differences:

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;
    (1-1/1)