@@ -459,7 +459,7 @@ int interfaceInit()
459
459
goto err;
460
460
}
461
461
462
- gInventoryButton = buttonCreate (gInterfaceBarWindow , 211 , 41 , 32 , 21 , -1 , -1 , -1 , KEY_LOWERCASE_I, gInventoryButtonUpFrmData , gInventoryButtonDownFrmData , NULL , 0 );
462
+ gInventoryButton = buttonCreate (gInterfaceBarWindow , 211 , 40 , 32 , 21 , -1 , -1 , -1 , KEY_LOWERCASE_I, gInventoryButtonUpFrmData , gInventoryButtonDownFrmData , NULL , 0 );
463
463
if (gInventoryButton == -1 ) {
464
464
goto err;
465
465
}
@@ -478,7 +478,7 @@ int interfaceInit()
478
478
goto err;
479
479
}
480
480
481
- gOptionsButton = buttonCreate (gInterfaceBarWindow , 210 , 62 , 34 , 34 , -1 , -1 , -1 , KEY_LOWERCASE_O, gOptionsButtonUpFrmData , gOptionsButtonDownFrmData , NULL , 0 );
481
+ gOptionsButton = buttonCreate (gInterfaceBarWindow , 210 , 61 , 34 , 34 , -1 , -1 , -1 , KEY_LOWERCASE_O, gOptionsButtonUpFrmData , gOptionsButtonDownFrmData , NULL , 0 );
482
482
if (gOptionsButton == -1 ) {
483
483
goto err;
484
484
}
@@ -529,7 +529,7 @@ int interfaceInit()
529
529
goto err;
530
530
}
531
531
532
- gMapButton = buttonCreate (gInterfaceBarWindow , 526 , 40 , 41 , 19 , -1 , -1 , -1 , KEY_TAB, gMapButtonUpFrmData , gMapButtonDownFrmData , NULL , BUTTON_FLAG_TRANSPARENT);
532
+ gMapButton = buttonCreate (gInterfaceBarWindow , 526 , 39 , 41 , 19 , -1 , -1 , -1 , KEY_TAB, gMapButtonUpFrmData , gMapButtonDownFrmData , NULL , BUTTON_FLAG_TRANSPARENT);
533
533
if (gMapButton == -1 ) {
534
534
goto err;
535
535
}
@@ -549,7 +549,7 @@ int interfaceInit()
549
549
goto err;
550
550
}
551
551
552
- gPipboyButton = buttonCreate (gInterfaceBarWindow , 526 , 78 , 41 , 19 , -1 , -1 , -1 , KEY_LOWERCASE_P, gPipboyButtonUpFrmData , gPipboyButtonDownFrmData , NULL , 0 );
552
+ gPipboyButton = buttonCreate (gInterfaceBarWindow , 526 , 77 , 41 , 19 , -1 , -1 , -1 , KEY_LOWERCASE_P, gPipboyButtonUpFrmData , gPipboyButtonDownFrmData , NULL , 0 );
553
553
if (gPipboyButton == -1 ) {
554
554
goto err;
555
555
}
@@ -569,7 +569,7 @@ int interfaceInit()
569
569
goto err;
570
570
}
571
571
572
- gCharacterButton = buttonCreate (gInterfaceBarWindow , 526 , 59 , 41 , 19 , -1 , -1 , -1 , KEY_LOWERCASE_C, gCharacterButtonUpFrmData , gCharacterButtonDownFrmData , NULL , 0 );
572
+ gCharacterButton = buttonCreate (gInterfaceBarWindow , 526 , 58 , 41 , 19 , -1 , -1 , -1 , KEY_LOWERCASE_C, gCharacterButtonUpFrmData , gCharacterButtonDownFrmData , NULL , 0 );
573
573
if (gCharacterButton == -1 ) {
574
574
goto err;
575
575
}
0 commit comments