Skip to content

Commit 0e2317f

Browse files
committed
Fixed slightly misaligned buttons in the barter screen
(ref. fallout2-ce/fallout2-ce#204)
1 parent 71ecec3 commit 0e2317f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sfall/Modules/BugFixes.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3682,6 +3682,10 @@ void BugFixes::init() {
36823682
SafeWrite32(0x433A16, 553); // cancel button (was 552)
36833683
SafeWrite32(0x433A61, 456); // done button (was 455)
36843684

3685+
// Fix for slightly misaligned buttons in the barter screens
3686+
SafeWrite32(0x4483B7, 40); // offer button (was 41)
3687+
SafeWrite32(0x448420, 583); // talk button (was 584)
3688+
36853689
// Fix for "Too Many Items" bug
36863690
// http://fforum.kochegarov.com/index.php?showtopic=29288&view=findpost&p=332242
36873691
//if (IniReader::GetConfigInt("Misc", "TooManyItemsBugFix", 1)) {

0 commit comments

Comments
 (0)