Fix wrong data type used for undo memory limit

This commit is contained in:
Sergey Sharybin 2018-01-10 13:20:36 +01:00
parent f21f18b572
commit 2737837b09
1 changed files with 3 additions and 1 deletions

View File

@ -492,7 +492,9 @@ typedef struct UserDef {
char keyconfigstr[64];
short undosteps;
short undomemory;
short pad1;
int undomemory;
int pad3;
short gp_manhattendist, gp_euclideandist, gp_eraser;
short gp_settings; /* eGP_UserdefSettings */
short tb_leftmouse, tb_rightmouse;