X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=cacf857b4dba76576bdf07575af52930baa29cbd;hb=c903bd8cfb145b91de8a39204ea207ad0f5a3b49;hp=59a77329b4b5f83dbffb7fe84bd41036a90a46b9;hpb=9c92df9586b75ab4afc1345e944108e95e2f8174;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 59a77329..cacf857b 100644 --- a/src/game.c +++ b/src/game.c @@ -14700,7 +14700,7 @@ boolean CheckEngineSnapshot() static struct { int graphic; - struct Rect *pos; + struct XY *pos; int gadget_id; char *infotext; } gamebutton_info[NUM_GAME_BUTTONS] = @@ -14746,7 +14746,7 @@ void CreateGameButtons() for (i = 0; i < NUM_GAME_BUTTONS; i++) { struct GraphicInfo *gfx = &graphic_info[gamebutton_info[i].graphic]; - struct Rect *pos = gamebutton_info[i].pos; + struct XY *pos = gamebutton_info[i].pos; struct GadgetInfo *gi; int button_type; boolean checked;