Skip to content

Commit

Permalink
Slightly extend the click area (height) for in-game options
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Mar 17, 2019
1 parent f1b170d commit bb15fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingameop.h
Expand Up @@ -68,7 +68,7 @@ extern bool isInGamePopupUp;
// button sizes.
#define INTINGAMEOP_OP_W (INTINGAMEOP_W-10)
#define INTINGAMEOP_SW_W (INTINGAMEOP2_W - 15)
#define INTINGAMEOP_OP_H 10
#define INTINGAMEOP_OP_H 15

enum
{
Expand Down

0 comments on commit bb15fba

Please sign in to comment.