X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=a8345e27e3518b3392774640d26de626ac80a19d;hp=c764e1d39163d18cf7dd56f5e54215fc7143906b;hb=87382cdd307aa01757ed5c8a863ebb7dcb812e8e;hpb=7d07216e7f18ff03a650f53e0bfb372b07782ca2 diff --git a/src/game.h b/src/game.h index c764e1d3..a8345e27 100644 --- a/src/game.h +++ b/src/game.h @@ -89,12 +89,12 @@ struct GamePanelInfo struct GameButtonInfo { - struct MenuPosInfo stop; - struct MenuPosInfo pause; - struct MenuPosInfo play; - struct MenuPosInfo sound_music; - struct MenuPosInfo sound_loops; - struct MenuPosInfo sound_simple; + struct Rect stop; + struct Rect pause; + struct Rect play; + struct Rect sound_music; + struct Rect sound_loops; + struct Rect sound_simple; }; #else